Zachary Turner | cb30e70 | 2017-06-14 16:41:50 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
| 2 | DebugInfoCodeView |
Zachary Turner | cb30e70 | 2017-06-14 16:41:50 +0000 | [diff] [blame] | 3 | ) |
| 4 | |
| 5 | set(DebugInfoCodeViewSources |
| 6 | RandomAccessVisitorTest.cpp |
Zachary Turner | 87b78e9 | 2017-12-05 23:08:58 +0000 | [diff] [blame^] | 7 | TypeHashingTest.cpp |
Zachary Turner | cb30e70 | 2017-06-14 16:41:50 +0000 | [diff] [blame] | 8 | TypeIndexDiscoveryTest.cpp |
| 9 | ) |
| 10 | |
| 11 | add_llvm_unittest(DebugInfoCodeViewTests |
| 12 | ${DebugInfoCodeViewSources} |
| 13 | ) |
Zachary Turner | dced7c9 | 2017-06-14 22:33:43 +0000 | [diff] [blame] | 14 | |
Shoaib Meenai | d806af3 | 2017-12-05 21:49:56 +0000 | [diff] [blame] | 15 | target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport) |