CMakeLists.txt 158 B

123456789101112
  1. set(LLVM_LINK_COMPONENTS
  2. Core
  3. IRReader
  4. Support
  5. )
  6. add_llvm_tool(llvm-diff
  7. llvm-diff.cpp
  8. DiffConsumer.cpp
  9. DiffLog.cpp
  10. DifferenceEngine.cpp
  11. )