Skip to content

Commit

Permalink
[gn] port dd64c82
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Oct 17, 2023
1 parent ab91e05 commit f781508
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion llvm/utils/gn/secondary/llvm/test/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,10 @@ write_lit_config("lit_site_cfg") {
write_lit_config("lit_unit_site_cfg") {
input = "//llvm/test/Unit/lit.site.cfg.py.in"
output = llvm_lit_unit_site_cfg_file
extra_values = [ "LLVM_BUILD_MODE=." ]
extra_values = [
"LLVM_BUILD_MODE=.",
"LLVM_GTEST_RUN_UNDER=",
]
}

# This target should contain all dependencies of check-llvm.
Expand Down

0 comments on commit f781508

Please sign in to comment.