================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to