[llvm] f67edf5 - [gn build] belatedly port 3ddac7e56363
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 20 07:20:25 PDT 2020
Author: Nico Weber
Date: 2020-10-20T10:20:11-04:00
New Revision: f67edf56420132285392f7e99afae3cd406e5586
URL: https://github.com/llvm/llvm-project/commit/f67edf56420132285392f7e99afae3cd406e5586
DIFF: https://github.com/llvm/llvm-project/commit/f67edf56420132285392f7e99afae3cd406e5586.diff
LOG: [gn build] belatedly port 3ddac7e56363
Added:
Modified:
llvm/utils/gn/secondary/clang/tools/clang-format/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/tools/clang-format/BUILD.gn b/llvm/utils/gn/secondary/clang/tools/clang-format/BUILD.gn
index 55cbb98c7a06..89cea975a51a 100644
--- a/llvm/utils/gn/secondary/clang/tools/clang-format/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/tools/clang-format/BUILD.gn
@@ -3,7 +3,6 @@ executable("clang-format") {
deps = [
"//clang/lib/Basic",
"//clang/lib/Format",
- "//clang/lib/Frontend",
"//clang/lib/Rewrite",
"//clang/lib/Tooling/Core",
"//llvm/lib/Support",
More information about the llvm-commits
mailing list