[llvm] 5fc9abe - [gn build] (manually) port 8503c688d555

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 11 06:47:36 PST 2022


Author: Nico Weber
Date: 2022-01-11T09:47:28-05:00
New Revision: 5fc9abe4749f2fc30de1fffebe1b057f5c3fdea0

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

LOG: [gn build] (manually) port 8503c688d555

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
index 3c79748808a7f..a0335261cc171 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
@@ -5,6 +5,7 @@ unittest("LexTests") {
   deps = [
     "//clang/lib/AST",
     "//clang/lib/Basic",
+    "//clang/lib/Frontend",
     "//clang/lib/Lex",
     "//clang/lib/Parse",
     "//clang/lib/Sema",


        


More information about the llvm-commits mailing list