We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d31b2 commit b9dcf9aCopy full SHA for b9dcf9a
llvm/unittests/CodeGen/CMakeLists.txt
@@ -47,14 +47,8 @@ add_llvm_unittest(CodeGenTests
47
TargetOptionsTest.cpp
48
TestAsmPrinter.cpp
49
MLRegAllocDevelopmentFeatures.cpp
50
- X86MCInstLowerTest.cpp
51
)
52
53
-add_llvm_unittest(CodeGenTests1
54
55
-)
56
-
57
add_subdirectory(GlobalISel)
58
59
target_link_libraries(CodeGenTests PRIVATE LLVMTestingSupport)
60
-target_link_libraries(CodeGenTests1 PRIVATE LLVMTestingSupport)
0 commit comments