Skip to content

Commit b96e757

Browse files
committed
[UnitTests] Move MergeFunction test from Utils to IPO
So we depend on the correct library.
1 parent 2a6e589 commit b96e757

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

llvm/unittests/Transforms/IPO/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ add_llvm_unittest(IPOTests
1414
AttributorTest.cpp
1515
FunctionSpecializationTest.cpp
1616
ImportIDTableTests.cpp
17+
MergeFunctionsTest.cpp
1718
)

llvm/unittests/Transforms/Utils/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ add_llvm_unittest(UtilsTests
2626
LoopUtilsTest.cpp
2727
MemTransferLowering.cpp
2828
ModuleUtilsTest.cpp
29-
MergeFunctionsTest.cpp
3029
ScalarEvolutionExpanderTest.cpp
3130
SizeOptsTest.cpp
3231
SSAUpdaterBulkTest.cpp

0 commit comments

Comments
 (0)