[libcxx-commits] [clang] [compiler-rt] [libcxx] [cmake] Add hexagon-linux cmake cache files (PR #98712)
Brian Cain via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 15 11:56:31 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:
I'll double check these too - I recall they were necessary during bootstrapping, but could have been due to driver bugs fixed since we added that.
https://github.com/llvm/llvm-project/pull/98712
More information about the libcxx-commits
mailing list