[llvm] a3f3855 - [gn build] Port 84e8257937e

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 30 10:58:52 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-10-30T17:54:57Z
New Revision: a3f38551ef3a4ab1e358a2dd3d8c07aa75c227f7

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

LOG: [gn build] Port 84e8257937e

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
index 6d958bf02505..9b17cb19cd93 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
@@ -10,6 +10,7 @@ unittest("BasicTests") {
   sources = [
     "CharInfoTest.cpp",
     "DiagnosticTest.cpp",
+    "FileEntryTest.cpp",
     "FileManagerTest.cpp",
     "LineOffsetMappingTest.cpp",
     "SourceManagerTest.cpp",


        


More information about the llvm-commits mailing list