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 351c10c commit 5c9d2dbCopy full SHA for 5c9d2db
llvm/utils/gn/secondary/compiler-rt/test/BUILD.gn
@@ -50,6 +50,7 @@ write_cmake_config("lit_common_configured") {
50
"COMPILER_RT_EMULATOR=",
51
"COMPILER_RT_ASAN_SHADOW_SCALE=",
52
"COMPILER_RT_MEMPROF_SHADOW_SCALE=",
53
+ "COMPILER_RT_TEST_USE_LLD_PYBOOL=0", # FIXME: base off use_lld?
54
"SANITIZER_CAN_USE_CXXABI_PYBOOL=True",
55
"COMPILER_RT_HAS_LLD_PYBOOL=True",
56
"COMPILER_RT_HAS_GWP_ASAN_PYBOOL=False",
0 commit comments