[compiler-rt] 2c0c87b - Speculative buildbot fix.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 17 11:28:49 PDT 2025
Author: Peter Collingbourne
Date: 2025-07-17T11:28:36-07:00
New Revision: 2c0c87be1258c36a177bfd47f272f8dffca366f4
URL: https://github.com/llvm/llvm-project/commit/2c0c87be1258c36a177bfd47f272f8dffca366f4
DIFF: https://github.com/llvm/llvm-project/commit/2c0c87be1258c36a177bfd47f272f8dffca366f4.diff
LOG: Speculative buildbot fix.
Added:
Modified:
compiler-rt/test/lit.common.configured.in
Removed:
################################################################################
diff --git a/compiler-rt/test/lit.common.configured.in b/compiler-rt/test/lit.common.configured.in
index 04d1a4df5a54f..2b4b72bc895c5 100644
--- a/compiler-rt/test/lit.common.configured.in
+++ b/compiler-rt/test/lit.common.configured.in
@@ -10,7 +10,7 @@ set_default("target_triple", "@COMPILER_RT_DEFAULT_TARGET_TRIPLE@")
set_default("target_cflags", "@COMPILER_RT_TEST_COMPILER_CFLAGS@")
set_default("host_arch", "@HOST_ARCH@")
set_default("target_arch", "@COMPILER_RT_DEFAULT_TARGET_ARCH@")
-set_default("host_os", "@HOST_OS@")
+set_default("target_os", "@HOST_OS@")
set_default("llvm_build_mode", "@LLVM_BUILD_MODE@")
set_default("llvm_src_root", "@LLVM_MAIN_SRC_DIR@")
set_default("llvm_obj_root", "@LLVM_BINARY_DIR@")
More information about the llvm-commits
mailing list