blob: b19ee2cf43a5132408cfe8e7f7dec14ca6bd7af9 [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 Turner11036a92017-01-19 23:31:24 +00008 HashTableTest.cpp
Zachary Turnerf04d6e82017-01-20 22:41:15 +00009 StringTableBuilderTest.cpp
Zachary Turner94269a42015-02-07 01:47:14 +000010 PDBApiTest.cpp
Zachary Turner94269a42015-02-07 01:47:14 +000011 )
12
13add_llvm_unittest(DebugInfoPDBTests
14 ${DebugInfoPDBSources}
15 )
Zachary Turnerdced7c92017-06-14 22:33:43 +000016
Shoaib Meenaid806af32017-12-05 21:49:56 +000017target_link_libraries(DebugInfoPDBTests PRIVATE LLVMTestingSupport)