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

add_llvm_tool(llvm-dis
  llvm-dis.cpp

  DEPENDS
  intrinsics_gen
  )