[llvm] 1ec726f - [gn build] Port 659f4bd87ef

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 5 07:18:02 PST 2020


Author: LLVM GN Syncbot
Date: 2020-11-05T15:11:13Z
New Revision: 1ec726f954de6475dbcd996e1df65532473c6c7a

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

LOG: [gn build] Port 659f4bd87ef

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
index 14cf53aa513f..1b1a894f6acd 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
@@ -22,5 +22,6 @@ unittest("FrontendTests") {
     "OutputStreamTest.cpp",
     "PCHPreambleTest.cpp",
     "ParsedSourceLocationTest.cpp",
+    "TextDiagnosticTest.cpp",
   ]
 }


        


More information about the llvm-commits mailing list