[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:31:39 PST 2025
================
@@ -240,26 +240,28 @@ add_entrypoint_object(
add_subdirectory(printf_core)
add_subdirectory(scanf_core)
-add_entrypoint_object(
- remove
- ALIAS
- DEPENDS
- .${LIBC_TARGET_OS}.remove
-)
+if(NOT LIBC_TARGET_OS_IS_UEFI)
----------------
RossComputerGuy wrote:
I don't remember, I don't even have them in the entrypoints list and I had to remove them when I was trying to get tests building.
https://github.com/llvm/llvm-project/pull/120687
More information about the libc-commits
mailing list