Skip to content

Commit 10ed7d9

Browse files
Move DroppedVariableStatsIRTest.cpp to CodeGen folder
1 parent 990b6f0 commit 10ed7d9

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

llvm/unittests/CodeGen/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ add_llvm_unittest(CodeGenTests
2727
CCStateTest.cpp
2828
DIEHashTest.cpp
2929
DIETest.cpp
30+
DroppedVariableStatsIRTest.cpp
3031
DwarfStringPoolEntryRefTest.cpp
3132
InstrRefLDVTest.cpp
3233
LowLevelTypeTest.cpp

llvm/unittests/IR/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ add_llvm_unittest(IRTests
4343
ShuffleVectorInstTest.cpp
4444
StructuralHashTest.cpp
4545
TimePassesTest.cpp
46-
DroppedVariableStatsIRTest.cpp
4746
TypesTest.cpp
4847
UseTest.cpp
4948
UserTest.cpp

0 commit comments

Comments
 (0)