[llvm] c781eb1 - [gn build] Port 808bbc2c4702

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 20 14:59:48 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-07-20T21:53:24Z
New Revision: c781eb153bfbd1b52b03efe34f56bbeccbb8aba6

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

LOG: [gn build] Port 808bbc2c4702

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 499f9c42bb17..aea01ec93d48 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
@@ -9,6 +9,7 @@ unittest("BasicTests") {
   ]
   sources = [
     "CharInfoTest.cpp",
+    "DarwinSDKInfoTest.cpp",
     "DiagnosticTest.cpp",
     "FileEntryTest.cpp",
     "FileManagerTest.cpp",


        


More information about the llvm-commits mailing list