llvm-16.0.6-rahjrrsb323uwd2lh7lt2sb3mhhqr2dh/bin/clang-linker-wrapper: error: 'clang' failed clang-16: error: linker command failed with exit code 1 (use -v to see invocation) n.a.romero@sal-nplnpl04:~/test$ clang -c -fopenmp -fopenmp-targets=x86_64 hello_openmp.c n.a.romero@...
Revert "[runtimes] Always define cxx_shared, cxx_static & other targets" Browse files This reverts commit 79ee034 which breaks the LLVM TSan bots. main llvmorg-18-init … llvmorg-16.0.0-rc1 zeroomega committed Oct 12, 2022 1 parent 17095df commit a353909 Showing 4 changed files...
https://llvm.org/bugs/show_bug.cgi?id=27645 Bug ID: 27645 Summary: Wrong "error: cannot jump from this indirect goto statement to one of its possible targets" Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: -New Bugs Assignee: un...
[llvm-bugs] [Bug 27645] Wrong "error: cannot jump from this indirect goto statement to one of its possible targets" https://llvm.org/bugs/show_bug.cgi?id=27645
Always specify llvm_abiname for RISC-V targets #138535 Sign in to view logs Summary Jobs Calculate job matrix PR - mingw-check PR - mingw-check-tidy PR - x86_64-gnu-llvm-18 PR - x86_64-gnu-tools bors build finished Run details Usage Workflow file Triggered...
6 changes: 6 additions & 0 deletions 6 clang/lib/Basic/Targets.cpp Original file line numberDiff line numberDiff line change @@ -726,6 +726,9 @@ std::unique_ptr<TargetInfo> AllocateTarget(const llvm::Triple &Triple, case llvm::Triple::Linux: return std::make_unique<LinuxTargetInfo<...
[llvm-bugs] [Bug 27645] Wrong "error: cannot jump from this indirect goto statement to one of its possible targets" via llvm-bugs Wed, 04 May 2016 09:38:40 -0700 https://llvm.org/bugs/show_bug.cgi?id=27645 Alexander Cherepanov <chere...@mccme.ru> changed: What |Removed |Added -...
In some cases llvm knows how to efficiently create a wide vector mask (<4 x i32>) from a bit mask (<4x i1>). For example in define void @mask_from_bits(i8 %mask, ptr noalias nocapture noundef writeonly dereferenceable(16) %out) { %1 = tr...
This helps reduce the build time for users that want to build MLIR, but don't want to run the tests. Full diff:https://github.com/llvm/llvm-project/pull/96545.diff 1 Files Affected: (modified) mlir/test/CAPI/CMakeLists.txt (+1) ...
" library (besides it not actually being stripped). Just like all other compiler tools and linkers inxbuildusestripfrom LLVM which has cross-compilation support (we already relied on that when the.sowas first compiled and linked...). This infers the right target from the file and ...