summaryrefslogtreecommitdiff
path: root/tools/llvm-dis/CMakeLists.txt
blob: 06ac051602ea973bd9800b2b6d367640153c0714 (plain)
1
2
3
4
5
6
7
8
9
set(LLVM_LINK_COMPONENTS
  BitReader
  Core
  Support
  )

add_llvm_tool(llvm-dis
  llvm-dis.cpp
  )