[gn build] Port 7c1ee5e95f31
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Wed, 23 Feb 2022 17:12:13 +0000 (17:12 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Wed, 23 Feb 2022 17:12:13 +0000 (17:12 +0000)
llvm/utils/gn/secondary/clang/lib/Tooling/Syntax/Pseudo/BUILD.gn
llvm/utils/gn/secondary/clang/unittests/Tooling/Syntax/Pseudo/BUILD.gn

index c6d549e..5abbc71 100644 (file)
@@ -12,5 +12,8 @@ static_library("Pseudo") {
     "LRGraph.cpp",
     "LRTable.cpp",
     "LRTableBuild.cpp",
+    "Lex.cpp",
+    "Preprocess.cpp",
+    "Token.cpp",
   ]
 }
index 99a3396..903180f 100644 (file)
@@ -13,5 +13,7 @@ unittest("ClangPseudoTests") {
   sources = [
     "GrammarTest.cpp",
     "LRTableTest.cpp",
+    "PreprocessTest.cpp",
+    "TokenTest.cpp",
   ]
 }