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 b03dc7d commit 187c035Copy full SHA for 187c035
llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -56,6 +56,7 @@ write_cmake_config("lit_common_configured") {
56
"COMPILER_RT_INTERCEPT_LIBDISPATCH_PYBOOL=False",
57
"COMPILER_RT_RESOLVED_LIBRARY_OUTPUT_DIR=" +
58
rebase_path(crt_current_out_dir),
59
+ "COMPILER_RT_RESOLVED_OUTPUT_DIR=" + rebase_path(crt_current_out_dir),
60
"COMPILER_RT_EMULATOR=",
61
"COMPILER_RT_ASAN_SHADOW_SCALE=",
62
"COMPILER_RT_MEMPROF_SHADOW_SCALE=",
0 commit comments