blob: 5044b9bde29059406896aa160c8d9179a73ed175 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
DebugInfoCodeView
)
add_llvm_unittest(DebugInfoCodeViewTests
GUIDFormatTest.cpp
RandomAccessVisitorTest.cpp
TypeHashingTest.cpp
TypeIndexDiscoveryTest.cpp
)
target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)