We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ee9d1 commit 18f4b7eCopy full SHA for 18f4b7e
llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -55,6 +55,7 @@ write_cmake_config("lit_common_configured") {
55
"COMPILER_RT_ENABLE_INTERNAL_SYMBOLIZER_PYBOOL=False",
56
"COMPILER_RT_HAS_NO_DEFAULT_CONFIG_FLAG_PYBOOL=True",
57
"COMPILER_RT_INTERCEPT_LIBDISPATCH_PYBOOL=False",
58
+ "COMPILER_RT_RESOLVED_EXEC_OUTPUT_DIR=" + rebase_path(crt_current_out_dir),
59
"COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR=" +
60
rebase_path(crt_current_out_dir),
61
"COMPILER_RT_RESOLVED_OUTPUT_DIR=" + rebase_path(crt_current_out_dir),
0 commit comments