[llvm] 065a8cf - [gn] port 6470706bc0e

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 05:59:01 PST 2023


Author: Nico Weber
Date: 2023-02-10T08:58:51-05:00
New Revision: 065a8cf0081282f57012dc46ae9d561b88bfb946

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

LOG: [gn] port 6470706bc0e

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 635ed39fc467e..55480eb9da909 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