[llvm] 08061a5 - [gn build] Port 6470706bc0ed

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 10 06:13:43 PST 2023


Author: LLVM GN Syncbot
Date: 2023-02-10T14:07:17Z
New Revision: 08061a5f1db6fee0b7f6fcbf416a5c61531b1c00

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

LOG: [gn build] Port 6470706bc0ed

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 55480eb9da90..6621644ecf83 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Lex/BUILD.gn
@@ -17,6 +17,7 @@ unittest("LexTests") {
     "HeaderMapTest.cpp",
     "HeaderSearchTest.cpp",
     "LexerTest.cpp",
+    "ModuleDeclStateTest.cpp",
     "PPCallbacksTest.cpp",
     "PPConditionalDirectiveRecordTest.cpp",
     "PPDependencyDirectivesTest.cpp",


        


More information about the llvm-commits mailing list