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 4db2072 commit a13e438Copy full SHA for a13e438
llvm/unittests/CGData/CMakeLists.txt
@@ -6,9 +6,9 @@ set(LLVM_LINK_COMPONENTS
6
Support
7
)
8
9
-add_llvm_unittest(CodeGenDataTests
+add_llvm_unittest(CGDataTests
10
OutlinedHashTreeRecordTest.cpp
11
OutlinedHashTreeTest.cpp
12
13
14
-target_link_libraries(CodeGenDataTests PRIVATE LLVMTestingSupport)
+target_link_libraries(CGDataTests PRIVATE LLVMTestingSupport)
0 commit comments