blob: 70a7b8af14479d230d0c621f0ec44236eaa1f275 [file] [log] [blame]
Zachary Turnercb30e702017-06-14 16:41:50 +00001set(LLVM_LINK_COMPONENTS
2 DebugInfoCodeView
Zachary Turnercb30e702017-06-14 16:41:50 +00003 )
4
Nico Weber9668e452018-05-14 19:23:31 +00005add_llvm_unittest(DebugInfoCodeViewTests
Zachary Turnercb30e702017-06-14 16:41:50 +00006 RandomAccessVisitorTest.cpp
Zachary Turner87b78e92017-12-05 23:08:58 +00007 TypeHashingTest.cpp
Zachary Turnercb30e702017-06-14 16:41:50 +00008 TypeIndexDiscoveryTest.cpp
9 )
10
Shoaib Meenaid806af32017-12-05 21:49:56 +000011target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)