[llvm] c59713c - [gn build] Port ce9e1d3c15ed

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 7 10:29:37 PST 2025


Author: LLVM GN Syncbot
Date: 2025-03-07T18:23:23Z
New Revision: c59713c2d83dddfb08f23c210e054ae54beb856e

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

LOG: [gn build] Port ce9e1d3c15ed

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 bf6a0b7523279..d67df0f498c49 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
@@ -22,6 +22,7 @@ unittest("SupportTests") {
     "CRCTest.cpp",
     "CSKYAttributeParserTest.cpp",
     "CachePruningTest.cpp",
+    "Caching.cpp",
     "Casting.cpp",
     "CheckedArithmeticTest.cpp",
     "Chrono.cpp",


        


More information about the llvm-commits mailing list