[llvm] bf44d36 - [gn build] Port dbbc4f4e226

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 10:11:03 PDT 2020


Author: LLVM GN Syncbot
Date: 2020-10-23T17:06:41Z
New Revision: bf44d3689a0b101914e7088b9671c90e72b8a4e8

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

LOG: [gn build] Port dbbc4f4e226

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 bcbb80a6933f..6d958bf02505 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
@@ -11,6 +11,7 @@ unittest("BasicTests") {
     "CharInfoTest.cpp",
     "DiagnosticTest.cpp",
     "FileManagerTest.cpp",
+    "LineOffsetMappingTest.cpp",
     "SourceManagerTest.cpp",
   ]
 }


        


More information about the llvm-commits mailing list