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 | |
Nico Weber | 9668e45 | 2018-05-14 19:23:31 +0000 | [diff] [blame] | 5 | add_llvm_unittest(DebugInfoCodeViewTests |
Zachary Turner | cb30e70 | 2017-06-14 16:41:50 +0000 | [diff] [blame] | 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 | |
Shoaib Meenai | d806af3 | 2017-12-05 21:49:56 +0000 | [diff] [blame] | 11 | target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport) |