1add_llvm_library(LLVMLinker
2  LinkModules.cpp
3
4  ADDITIONAL_HEADER_DIRS
5  ${LLVM_MAIN_INCLUDE_DIR}/llvm/Linker
6  )
7