CMakeLists.txt 123 B

1234567891011
  1. set(LLVM_LINK_COMPONENTS
  2. BitWriter
  3. Core
  4. IRReader
  5. Linker
  6. Support
  7. )
  8. add_llvm_tool(llvm-link
  9. llvm-link.cpp
  10. )