Home | History | Annotate | Download | only in Linker
      1 set(LLVM_LINK_COMPONENTS
      2   core
      3   linker
      4   )
      5 
      6 set(LinkerSources
      7   LinkModulesTest.cpp
      8   )
      9 
     10 add_llvm_unittest(LinkerTests
     11   ${LinkerSources}
     12   )
     13