[all-commits] [llvm/llvm-project] 50d150: [libc] Add ${CMAKE_CROSSCOMPILING_EMULATOR} to cus...
Mikhail R. Gadelha via All-commits
all-commits at lists.llvm.org
Fri Sep 22 06:45:41 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50d1500447d6366a32d0978b850e5569ff3ffcb4
https://github.com/llvm/llvm-project/commit/50d1500447d6366a32d0978b850e5569ff3ffcb4
Author: Mikhail R. Gadelha <mikhail at igalia.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
Log Message:
-----------
[libc] Add ${CMAKE_CROSSCOMPILING_EMULATOR} to custom test cmdlines (#66565)
${CMAKE_CROSSCOMPILING_EMULATOR} will be used in the new rv32 buildbot
and is prepended automatically when we call add_custom_target in CMake,
except when we use a custom command.
There are two places where custom commands are used in libc, so we
explicitly add the ${CMAKE_CROSSCOMPILING_EMULATOR} variable there.
Other systems that don't use ${CMAKE_CROSSCOMPILING_EMULATOR} are
unaffected
More information about the All-commits
mailing list