[libc-commits] [libc] [libc] init uefi os target (PR #120687)
Tristan Ross via libc-commits
libc-commits at lists.llvm.org
Sat Feb 8 07:28:10 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:
So not have the UEFI condition? It's needed because without it, tests fail to build.
https://github.com/llvm/llvm-project/pull/120687
More information about the libc-commits
mailing list