summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2022-01-31 07:15:36 -0500
committerNico Weber <thakis@chromium.org>2022-01-31 07:15:36 -0500
commitda01fb7471a027c29db1b78e1721cd1ae6df6572 (patch)
tree88f89dd9d9f66dce53b18cc6e5765130968afccb
parent5a90b1e4e5ddd59d78a5daa8972df8db35db1a67 (diff)
Revert "[gn build] (manually) port 36892727e4f1"
This reverts commit 7b2dfe1c226a4e9f193b8432c64c32c58ca9990a. Matches ab3b89855c53.
-rw-r--r--llvm/utils/gn/secondary/clang-tools-extra/test/BUILD.gn9
1 files changed, 0 insertions, 9 deletions
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 a0930a636895..136d6b64c3ff 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") {