blob: 92a85540937f291fbc825ecf8897a6312be52cd6 [file] [log] [blame]
Zachary Turner94269a42015-02-07 01:47:14 +00001set(LLVM_LINK_COMPONENTS
NAKAMURA Takumi58d9b922016-06-01 00:30:15 +00002 DebugInfoCodeView
Zachary Turner94269a42015-02-07 01:47:14 +00003 DebugInfoPDB
4 )
5
6set(DebugInfoPDBSources
Zachary Turner90b8b8d2016-05-31 22:41:52 +00007 MappedBlockStreamTest.cpp
Zachary Turner94269a42015-02-07 01:47:14 +00008 PDBApiTest.cpp
9 )
10
11add_llvm_unittest(DebugInfoPDBTests
12 ${DebugInfoPDBSources}
13 )