[clang] [compiler-rt] [libcxx] [cmake] Add hexagon-linux cmake cache files (PR #98712)
Louis Dionne via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 15 11:48:50 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 "")
----------------
ldionne wrote:
Why are those flags necessary when building for Hexagon?
https://github.com/llvm/llvm-project/pull/98712
More information about the cfe-commits
mailing list