[llvm] 479e118 - [gn build] Port be93399e6198

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 15 08:12:37 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-10-15T15:06:48Z
New Revision: 479e118a33ac80b6bc2227bdc6b17b2f232ebccd

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

LOG: [gn build] Port be93399e6198

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 1449dc7036a51..954de884c3918 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
@@ -14,6 +14,7 @@ unittest("BasicTests") {
     "DiagnosticTest.cpp",
     "FileEntryTest.cpp",
     "FileManagerTest.cpp",
+    "LangOptionsTest.cpp",
     "LineOffsetMappingTest.cpp",
     "OffloadArchTest.cpp",
     "SanitizersTest.cpp",


        


More information about the llvm-commits mailing list