1set(LLVM_LINK_COMPONENTS
2  AsmParser
3  core
4  linker
5  )
6
7set(LinkerSources
8  LinkModulesTest.cpp
9  )
10
11add_llvm_unittest(LinkerTests
12  ${LinkerSources}
13  )
14