summaryrefslogtreecommitdiff
path: root/tools/llvm-diff/CMakeLists.txt
blob: f6d65c947a58cfc44a536eda7ead02230eb78496 (plain)
1
2
3
4
5
6
set(LLVM_LINK_COMPONENTS support asmparser bitreader)

add_llvm_tool(llvm-diff
  llvm-diff.cpp
  DifferenceEngine.cpp
  )