Zachary Turner | 94269a4 | 2015-02-07 01:47:14 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
NAKAMURA Takumi | 58d9b92 | 2016-06-01 00:30:15 +0000 | [diff] [blame^] | 2 | DebugInfoCodeView |
Zachary Turner | 94269a4 | 2015-02-07 01:47:14 +0000 | [diff] [blame] | 3 | DebugInfoPDB |
| 4 | ) |
| 5 | |
| 6 | set(DebugInfoPDBSources |
Zachary Turner | 90b8b8d | 2016-05-31 22:41:52 +0000 | [diff] [blame] | 7 | MappedBlockStreamTest.cpp |
Zachary Turner | 94269a4 | 2015-02-07 01:47:14 +0000 | [diff] [blame] | 8 | PDBApiTest.cpp |
| 9 | ) |
| 10 | |
| 11 | add_llvm_unittest(DebugInfoPDBTests |
| 12 | ${DebugInfoPDBSources} |
| 13 | ) |