[clang] [compiler-rt] [libcxx] [cmake] Add hexagon-linux cmake cache files (PR #98712)
Brian Cain via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 16 19:44:54 PDT 2024
================
@@ -0,0 +1,25 @@
+
+set(CMAKE_EXE_LINKER_FLAGS "-lclang_rt.builtins-hexagon -nostdlib" CACHE STRING "")
+set(CMAKE_SHARED_LINKER_FLAGS "-lclang_rt.builtins-hexagon -nostdlib" CACHE STRING "")
----------------
androm3da wrote:
Thanks for the suggestion, it looks like this uncovers a driver bug. I'll take a look at that first.
https://github.com/llvm/llvm-project/pull/98712
More information about the cfe-commits
mailing list