[llvm] 187c035 - [gn] port dfafe3822b1
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 12:38:49 PDT 2024
Author: Nico Weber
Date: 2024-04-15T15:38:40-04:00
New Revision: 187c035c047616860d31fc399702538ad1f42755
URL: https://github.com/llvm/llvm-project/commit/187c035c047616860d31fc399702538ad1f42755
DIFF: https://github.com/llvm/llvm-project/commit/187c035c047616860d31fc399702538ad1f42755.diff
LOG: [gn] port dfafe3822b1
Added:
Modified:
llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
index d533e79e6374df..2b358f74ae6c37 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -56,6 +56,7 @@ write_cmake_config("lit_common_configured") {
"COMPILER_RT_INTERCEPT_LIBDISPATCH_PYBOOL=False",
"COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR=" +
rebase_path(crt_current_out_dir),
+ "COMPILER_RT_RESOLVED_OUTPUT_DIR=" + rebase_path(crt_current_out_dir),
"COMPILER_RT_EMULATOR=",
"COMPILER_RT_ASAN_SHADOW_SCALE=",
"COMPILER_RT_MEMPROF_SHADOW_SCALE=",
More information about the llvm-commits
mailing list