[llvm] 10ed7d9 - Move DroppedVariableStatsIRTest.cpp to CodeGen folder

Shubham Sandeep Rastogi via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 11 20:05:37 PST 2024


Author: Shubham Sandeep Rastogi
Date: 2024-12-11T20:05:24-08:00
New Revision: 10ed7d94b52c21317a1e02ef1e2c3ff2b2d08301

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

LOG: Move DroppedVariableStatsIRTest.cpp to CodeGen folder

Added: 
    llvm/unittests/CodeGen/DroppedVariableStatsIRTest.cpp

Modified: 
    llvm/unittests/CodeGen/CMakeLists.txt
    llvm/unittests/IR/CMakeLists.txt

Removed: 
    llvm/unittests/IR/DroppedVariableStatsIRTest.cpp


################################################################################
diff  --git a/llvm/unittests/CodeGen/CMakeLists.txt b/llvm/unittests/CodeGen/CMakeLists.txt
index 963cdcc0275e16..807fd1a9b7b568 100644
--- a/llvm/unittests/CodeGen/CMakeLists.txt
+++ b/llvm/unittests/CodeGen/CMakeLists.txt
@@ -27,6 +27,7 @@ add_llvm_unittest(CodeGenTests
   CCStateTest.cpp
   DIEHashTest.cpp
   DIETest.cpp
+  DroppedVariableStatsIRTest.cpp
   DwarfStringPoolEntryRefTest.cpp
   InstrRefLDVTest.cpp
   LowLevelTypeTest.cpp

diff  --git a/llvm/unittests/IR/DroppedVariableStatsIRTest.cpp b/llvm/unittests/CodeGen/DroppedVariableStatsIRTest.cpp
similarity index 100%
rename from llvm/unittests/IR/DroppedVariableStatsIRTest.cpp
rename to llvm/unittests/CodeGen/DroppedVariableStatsIRTest.cpp

diff  --git a/llvm/unittests/IR/CMakeLists.txt b/llvm/unittests/IR/CMakeLists.txt
index ffa989bec269e4..e5c8630f3eed77 100644
--- a/llvm/unittests/IR/CMakeLists.txt
+++ b/llvm/unittests/IR/CMakeLists.txt
@@ -43,7 +43,6 @@ add_llvm_unittest(IRTests
   ShuffleVectorInstTest.cpp
   StructuralHashTest.cpp
   TimePassesTest.cpp
-  DroppedVariableStatsIRTest.cpp
   TypesTest.cpp
   UseTest.cpp
   UserTest.cpp


        


More information about the llvm-commits mailing list