[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
================
@@ -605,6 +605,7 @@ function(add_integration_test test_name)
${INTEGRATION_TEST_ENV}
$<$<BOOL:${LIBC_TARGET_OS_IS_GPU}>:${gpu_loader_exe}>
${CMAKE_CROSSCOMPILING_EMULATOR}
+ $<$<BOOL:${LIBC_TARGET_OS_IS_UEFI}>:${LIBC_TARGET_TRIPLE}>
----------------
jhuber6 wrote:
What is this doing? This line is supposed to define the 'emulator`, so I'm guessing intentionally that this will run `x86_64-unknown-uefi-gnu test.exe`?
https://github.com/llvm/llvm-project/pull/120687
More information about the libc-commits
mailing list