[libc-commits] [libc] [libc] init uefi os target (PR #120687)

Tristan Ross via libc-commits libc-commits at lists.llvm.org
Sat Feb 8 08:00:17 PST 2025


================
@@ -25,7 +25,8 @@ function(add_unittest_framework_library name)
     endif()
   endforeach()
 
-  if(LLVM_LIBC_FULL_BUILD)
+  # UEFI requires full builds
+  if(LLVM_LIBC_FULL_BUILD AND NOT LIBC_TARGET_OS_IS_UEFI)
----------------
RossComputerGuy wrote:

Oh, well that's good. I'll get that here in a second, I think it's one of those things I tried while iterating and forgot to drop that specific change.

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


More information about the libc-commits mailing list