Skip to content

Commit

Permalink
[gn build] enable new pass manager more, follow-up to 39ceb5c
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Feb 5, 2021
1 parent ec04e28 commit 5f76044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/gn/secondary/clang/test/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ write_lit_config("lit_site_cfg") {
# builds exist, to make sure it's a toolchain var.
"CMAKE_CXX_COMPILER=c++",
"ENABLE_BACKTRACES=1",
"LLVM_ENABLE_NEW_PASS_MANAGER=0",
"LLVM_ENABLE_NEW_PASS_MANAGER=1",
"LLVM_HOST_TRIPLE=$llvm_current_triple",
"LLVM_LIT_TOOLS_DIR=", # Intentionally empty, matches cmake build.
"LLVM_USE_SANITIZER=",
Expand Down

0 comments on commit 5f76044

Please sign in to comment.