[llvm] ac69fcf - [gn build] Port faf4e8af74ee

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun May 4 11:20:26 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-05-04T18:12:15Z
New Revision: ac69fcf54f28128d0b72143c88a3a7a87dfd3bd4

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

LOG: [gn build] Port faf4e8af74ee

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 46cea0cb2943d..1449dc7036a51 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Basic/BUILD.gn
@@ -15,6 +15,7 @@ unittest("BasicTests") {
     "FileEntryTest.cpp",
     "FileManagerTest.cpp",
     "LineOffsetMappingTest.cpp",
+    "OffloadArchTest.cpp",
     "SanitizersTest.cpp",
     "SarifTest.cpp",
     "SourceManagerTest.cpp",


        


More information about the llvm-commits mailing list