[llvm] 62cb1a3 - [gn build] Port b8930cd13d48

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 10:39:19 PDT 2024


Author: Arthur Eubanks
Date: 2024-10-22T17:38:21Z
New Revision: 62cb1a3b0bc77ed36ee06345e739e66e8c0cc211

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

LOG: [gn build] Port b8930cd13d48

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
index b19d54d7ed92f1..ccee5d79afdccd 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/IR/BUILD.gn
@@ -28,6 +28,7 @@ unittest("IRTests") {
     "DemandedBitsTest.cpp",
     "DominatorTreeBatchUpdatesTest.cpp",
     "DominatorTreeTest.cpp",
+    "DroppedVariableStatsTest.cpp",
     "FunctionTest.cpp",
     "IRBuilderTest.cpp",
     "InstructionsTest.cpp",


        


More information about the llvm-commits mailing list