[llvm] da01fb7 - Revert "[gn build] (manually) port 36892727e4f1"

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 31 04:15:54 PST 2022


Author: Nico Weber
Date: 2022-01-31T07:15:36-05:00
New Revision: da01fb7471a027c29db1b78e1721cd1ae6df6572

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

LOG: Revert "[gn build] (manually) port 36892727e4f1"

This reverts commit 7b2dfe1c226a4e9f193b8432c64c32c58ca9990a.

Matches ab3b89855c53.

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn b/llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn
index a0930a6368956..136d6b64c3ff5 100644
--- a/llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn
@@ -33,7 +33,6 @@ write_lit_config("lit_site_cfg") {
 
   extra_values = [
     "CLANG_TOOLS_DIR=" + rebase_path("$root_out_dir/bin"),
-    "LLVM_ENABLE_PLUGINS=0",
     "LLVM_LIT_TOOLS_DIR=",  # Intentionally empty, matches cmake build.
     "LLVM_TOOLS_DIR=" + rebase_path("$root_out_dir/bin"),
     "Python3_EXECUTABLE=$python_path",
@@ -44,14 +43,6 @@ write_lit_config("lit_site_cfg") {
   } else {
     extra_values += [ "CLANG_TIDY_ENABLE_STATIC_ANALYZER=0" ]
   }
-
-  if (host_os == "mac") {
-    extra_values += [ "LLVM_PLUGIN_EXT=.dylib" ]
-  } else if (host_os == "win") {
-    extra_values += [ "LLVM_PLUGIN_EXT=.dll" ]
-  } else {
-    extra_values += [ "LLVM_PLUGIN_EXT=.so" ]
-  }
 }
 
 write_lit_config("lit_unit_site_cfg") {


        


More information about the llvm-commits mailing list