Home | History | Annotate | Download | only in Linker
      1 set(LLVM_LINK_COMPONENTS
      2   AsmParser
      3   core
      4   linker
      5   )
      6 
      7 add_llvm_unittest(LinkerTests
      8   LinkModulesTest.cpp
      9   )
     10