[llvm] 9ced84d - [gn build] (manually) port bc1a2979fc70

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 20 03:43:59 PDT 2021


Author: Nico Weber
Date: 2021-07-20T06:43:30-04:00
New Revision: 9ced84de0916ca521c6bbf888db9db9b26e487d0

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

LOG: [gn build] (manually) port bc1a2979fc70

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn
index 09215087e41da..c44233600db84 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Tooling/BUILD.gn
@@ -13,6 +13,7 @@ unittest("ToolingTests") {
     "//clang/lib/Rewrite",
     "//clang/lib/Tooling",
     "//clang/lib/Tooling/Core",
+    "//clang/lib/Tooling/DependencyScanning",
     "//clang/lib/Tooling/Refactoring",
     "//clang/lib/Tooling/Transformer",
     "//llvm/lib/Support",


        


More information about the llvm-commits mailing list