[libc-commits] [libc] [libc] init uefi os target (PR #120687)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Sat Feb 8 07:30:06 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:
Misread this due to the comment, I thought it was just requiring full build. The GPU project also disables unit tests so it should be the same handling.
https://github.com/llvm/llvm-project/pull/120687
More information about the libc-commits
mailing list