Skip to content

Commit f03b783

Browse files
authored
[CGData] Rename CodeGenDataTests to CGDataTests (#105463)
This addresses the comment for #101461.
1 parent f7bbc40 commit f03b783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/unittests/CGData/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ set(LLVM_LINK_COMPONENTS
66
Support
77
)
88

9-
add_llvm_unittest(CodeGenDataTests
9+
add_llvm_unittest(CGDataTests
1010
OutlinedHashTreeRecordTest.cpp
1111
OutlinedHashTreeTest.cpp
1212
)
1313

14-
target_link_libraries(CodeGenDataTests PRIVATE LLVMTestingSupport)
14+
target_link_libraries(CGDataTests PRIVATE LLVMTestingSupport)

0 commit comments

Comments
 (0)