[llvm] 483832b - [gn build] Port 34e8aff480dd

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 5 22:35:18 PST 2025


Author: LLVM GN Syncbot
Date: 2025-01-06T06:24:25Z
New Revision: 483832b37a7dd98542dce2ad764ecddc3f0c85b9

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

LOG: [gn build] Port 34e8aff480dd

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
index 47b03b42d096d2..bf6a0b75232799 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -73,6 +73,7 @@ unittest("SupportTests") {
     "ProcessTest.cpp",
     "ProgramTest.cpp",
     "RISCVAttributeParserTest.cpp",
+    "RecyclerTest.cpp",
     "RegexTest.cpp",
     "ReplaceFileTest.cpp",
     "ReverseIterationTest.cpp",


        


More information about the llvm-commits mailing list