blob: 05f45c0a8ce8880b991242e37dbfcf86b76f28d1 [file] [log] [blame]
Bill Wendling91686d62014-01-16 06:29:36 +00001set(LLVM_LINK_COMPONENTS
Rafael Espindola5cb9c822014-11-17 20:51:01 +00002 AsmParser
Bill Wendling91686d62014-01-16 06:29:36 +00003 core
4 linker
5 )
6
7set(LinkerSources
8 LinkModulesTest.cpp
9 )
10
11add_llvm_unittest(LinkerTests
12 ${LinkerSources}
13 )