[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
Wed Jul 17 06:20:09 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:

Ok, I think the driver bug (`--unwindlib=none` was ignored) might not have been the critical factor.  I'll open a PR for that regardless.  But I made a few fixes to address these and perhaps some of the other concerns you raised.

https://github.com/llvm/llvm-project/pull/98712


More information about the libcxx-commits mailing list