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 c87d198 commit c3e9f48Copy full SHA for c3e9f48
llvm/utils/gn/secondary/lldb/test/BUILD.gn
@@ -150,7 +150,10 @@ write_lit_cfg("lit_unit_site_cfg") {
150
# Fully-qualified instead of relative for LIT_SITE_CFG_IN_HEADER.
151
input = "//lldb/test/Unit/lit.site.cfg.py.in"
152
output = lldb_lit_unit_site_cfg_file
153
- extra_values = [ "LLVM_BUILD_MODE=." ]
+ extra_values = [
154
+ "LLVM_BUILD_MODE=.",
155
+ "LLVM_USE_SANITIZER=",
156
+ ]
157
}
158
159
action("lit-lldb-init-quiet") {
0 commit comments