[llvm] 5d9c80a - [gn build] Port ac49500cd04

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 30 12:21:51 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-10-30T19:18:17Z
New Revision: 5d9c80a6e6e0d6e0991030abb5623a2e3c9fa74b

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

LOG: [gn build] Port ac49500cd04

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