[llvm] abef77c - [gn build] port a2214757e2ca more

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 20 07:20:23 PDT 2020


Author: Nico Weber
Date: 2020-10-20T10:20:11-04:00
New Revision: abef77c3ddac0d5745b794185d22bc014672ead7

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

LOG: [gn build] port a2214757e2ca more

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/Tooling/Core/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Tooling/Core/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Tooling/Core/BUILD.gn
index 60f47a1df181..8a529a7efa16 100644
--- a/llvm/utils/gn/secondary/clang/lib/Tooling/Core/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Tooling/Core/BUILD.gn
@@ -2,7 +2,6 @@ static_library("Core") {
   output_name = "clangToolingCore"
   configs += [ "//llvm/utils/gn/build:clang_code" ]
   deps = [
-    "//clang/lib/AST",
     "//clang/lib/Basic",
     "//clang/lib/Lex",
     "//clang/lib/Rewrite",


        


More information about the llvm-commits mailing list