[gn build] enable new pass manager more, follow-up to 39ceb5c9cfe
authorNico Weber <thakis@chromium.org>
Fri, 5 Feb 2021 21:10:59 +0000 (16:10 -0500)
committerNico Weber <thakis@chromium.org>
Fri, 5 Feb 2021 21:15:14 +0000 (16:15 -0500)
llvm/utils/gn/secondary/clang/test/BUILD.gn

index bda694b..c19432c 100644 (file)
@@ -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=",