blob: 16a69edd81c35db666b122295746abf96ab05b99 [file] [log] [blame]
Zachary Turner94269a42015-02-07 01:47:14 +00001set(LLVM_LINK_COMPONENTS
NAKAMURA Takumi58d9b922016-06-01 00:30:15 +00002 DebugInfoCodeView
Zachary Turnera3225b02016-07-29 20:56:36 +00003 DebugInfoMSF
Zachary Turner94269a42015-02-07 01:47:14 +00004 DebugInfoPDB
5 )
6
7set(DebugInfoPDBSources
Zachary Turner90b8b8d2016-05-31 22:41:52 +00008 MappedBlockStreamTest.cpp
Rui Ueyamadcd32932017-01-15 00:36:02 +00009 NameHashTableBuilderTest.cpp
Zachary Turnera3225b02016-07-29 20:56:36 +000010 MSFBuilderTest.cpp
Zachary Turner94269a42015-02-07 01:47:14 +000011 PDBApiTest.cpp
12 )
13
14add_llvm_unittest(DebugInfoPDBTests
15 ${DebugInfoPDBSources}
16 )