[libc-commits] [libc] [libc] init uefi os target (PR #120687)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Sat Feb 8 05:15:42 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)
----------------
jhuber6 wrote:
Should probably just have this set to ON when we setup the UEFI target like the GPU.
https://github.com/llvm/llvm-project/pull/120687
More information about the libc-commits
mailing list