[llvm] 76748b6 - [gn build] Port 40c261c41c4c

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 01:25:12 PST 2021


Author: LLVM GN Syncbot
Date: 2021-02-09T09:19:31Z
New Revision: 76748b67d107284f3d7eaf284c2a56b921d4b35a

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

LOG: [gn build] Port 40c261c41c4c

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 9b17cb19cd93..499f9c42bb17 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
@@ -13,6 +13,7 @@ unittest("BasicTests") {
     "FileEntryTest.cpp",
     "FileManagerTest.cpp",
     "LineOffsetMappingTest.cpp",
+    "SanitizersTest.cpp",
     "SourceManagerTest.cpp",
   ]
 }


        


More information about the llvm-commits mailing list