[llvm] a634f21 - gn build: (manually) merge dep from f65cfff6

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 22 00:12:42 PST 2019


Author: Nico Weber
Date: 2019-11-22T03:12:25-05:00
New Revision: a634f21593c800f78dae957f0055dd02f9b2cb72

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

LOG: gn build: (manually) merge dep from f65cfff6

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Driver/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Driver/BUILD.gn
index 6a91b0364416..b03c4a756efd 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Driver/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Driver/BUILD.gn
@@ -5,6 +5,7 @@ unittest("ClangDriverTests") {
   deps = [
     "//clang/lib/Basic",
     "//clang/lib/Driver",
+    "//clang/lib/Frontend",
     "//llvm/lib/Option",
     "//llvm/lib/Support",
     "//llvm/lib/Target:TargetsToBuild",


        


More information about the llvm-commits mailing list