Skip to content

Commit b9dcf9a

Browse files
committed
Revert change in cmake file.
1 parent c3d31b2 commit b9dcf9a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

llvm/unittests/CodeGen/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,8 @@ add_llvm_unittest(CodeGenTests
4747
TargetOptionsTest.cpp
4848
TestAsmPrinter.cpp
4949
MLRegAllocDevelopmentFeatures.cpp
50-
X86MCInstLowerTest.cpp
5150
)
5251

53-
add_llvm_unittest(CodeGenTests1
54-
X86MCInstLowerTest.cpp
55-
)
56-
5752
add_subdirectory(GlobalISel)
5853

5954
target_link_libraries(CodeGenTests PRIVATE LLVMTestingSupport)
60-
target_link_libraries(CodeGenTests1 PRIVATE LLVMTestingSupport)

0 commit comments

Comments
 (0)