[compiler-rt] [compiler-rt] Don't link builtins against the CRT on Windows (PR #70675)

David Truby via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 05:51:33 PDT 2023


================
@@ -761,6 +761,12 @@ else ()
 
   append_list_if(COMPILER_RT_HAS_STD_C11_FLAG -std=c11 BUILTIN_CFLAGS)
 
+  # Don't link the the CRT on Windows
----------------
DavidTruby wrote:

I made this change in my rebase before merging

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


More information about the llvm-commits mailing list