279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
16 lines
314 B
CMake
16 lines
314 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
DebugInfoCodeView
|
|
)
|
|
|
|
set(DebugInfoCodeViewSources
|
|
RandomAccessVisitorTest.cpp
|
|
TypeHashingTest.cpp
|
|
TypeIndexDiscoveryTest.cpp
|
|
)
|
|
|
|
add_llvm_unittest(DebugInfoCodeViewTests
|
|
${DebugInfoCodeViewSources}
|
|
)
|
|
|
|
target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)
|