[llvm] 3ea8860 - [gn build] (manually) port 303ddb60a2d2

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 13 12:15:48 PDT 2021


Author: Nico Weber
Date: 2021-07-13T15:15:38-04:00
New Revision: 3ea8860afb302f628703a57226e5466091b2c418

URL: https://github.com/llvm/llvm-project/commit/3ea8860afb302f628703a57226e5466091b2c418
DIFF: https://github.com/llvm/llvm-project/commit/3ea8860afb302f628703a57226e5466091b2c418.diff

LOG: [gn build] (manually) port 303ddb60a2d2

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 ed255a668b407..85ba3cc76793d 100644
--- a/llvm/utils/gn/secondary/clang/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/test/BUILD.gn
@@ -59,6 +59,7 @@ write_lit_config("lit_site_cfg") {
     "CMAKE_C_COMPILER=cc",
     "ENABLE_BACKTRACES=1",
     "LLVM_ENABLE_NEW_PASS_MANAGER=1",
+    "LLVM_EXTERNAL_LIT=",
     "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