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