[compiler-rt] [compiler-rt][x86] Don't use assert.h when building without a libc (PR #165384)

via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 2 21:45:57 PST 2025


================
@@ -21,7 +21,9 @@
 
 #if defined(__GNUC__) || defined(__clang__) || defined(_MSC_VER)
 
+#if defined(__linux__) && __STDC_HOSTED__
----------------
quic-k wrote:

done

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


More information about the llvm-commits mailing list