[llvm] 5f76044 - [gn build] enable new pass manager more, follow-up to 39ceb5c9cfe

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 5 13:15:23 PST 2021


Author: Nico Weber
Date: 2021-02-05T16:15:14-05:00
New Revision: 5f76044c2512285c32f1ca3d610fc06b4b79161b

URL: https://github.com/llvm/llvm-project/commit/5f76044c2512285c32f1ca3d610fc06b4b79161b
DIFF: https://github.com/llvm/llvm-project/commit/5f76044c2512285c32f1ca3d610fc06b4b79161b.diff

LOG: [gn build] enable new pass manager more, follow-up to 39ceb5c9cfe

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/test/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/test/BUILD.gn b/llvm/utils/gn/secondary/clang/test/BUILD.gn
index bda694b3f0bc..c19432cdb26e 100644
--- a/llvm/utils/gn/secondary/clang/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/test/BUILD.gn
@@ -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=",


        


More information about the llvm-commits mailing list