[compiler-rt] [compiler-rt] allow building with uefi (PR #131499)

Tristan Ross via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 18 09:32:00 PDT 2025


================
@@ -49,7 +49,7 @@
 #define SYMBOL_NAME(name) XSTR(__USER_LABEL_PREFIX__) #name
 
 #if defined(__ELF__) || defined(__MINGW32__) || defined(__wasm__) ||           \
-    defined(_AIX)    || defined(__CYGWIN__)
+    defined(_AIX) || defined(__CYGWIN__) || defined(__UEFI__)
----------------
RossComputerGuy wrote:

Yeah, I'm not sure either where's a good spot to put it. Probably is best on the safe side to put it along with the Windows one.

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


More information about the llvm-commits mailing list