[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:33:48 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}>
----------------
RossComputerGuy wrote:
It adds the target triplet for the test runner.
https://github.com/llvm/llvm-project/pull/120687
More information about the libc-commits
mailing list