[llvm] 18f4b7e - [gn] port b1be21394e9c
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 25 00:24:50 PDT 2024
Author: Nico Weber
Date: 2024-10-25T00:24:42-07:00
New Revision: 18f4b7e4a862c11816e62cc72fb2a4ca8fac1987
URL: https://github.com/llvm/llvm-project/commit/18f4b7e4a862c11816e62cc72fb2a4ca8fac1987
DIFF: https://github.com/llvm/llvm-project/commit/18f4b7e4a862c11816e62cc72fb2a4ca8fac1987.diff
LOG: [gn] port b1be21394e9c
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 5fbda794ff176e..7194c47b1becc4 100644
--- a/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -55,6 +55,7 @@ write_cmake_config("lit_common_configured") {
"COMPILER_RT_ENABLE_INTERNAL_SYMBOLIZER_PYBOOL=False",
"COMPILER_RT_HAS_NO_DEFAULT_CONFIG_FLAG_PYBOOL=True",
"COMPILER_RT_INTERCEPT_LIBDISPATCH_PYBOOL=False",
+ "COMPILER_RT_RESOLVED_EXEC_OUTPUT_DIR=" + rebase_path(crt_current_out_dir),
"COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR=" +
rebase_path(crt_current_out_dir),
"COMPILER_RT_RESOLVED_OUTPUT_DIR=" + rebase_path(crt_current_out_dir),
More information about the llvm-commits
mailing list