1set(LLVM_LINK_COMPONENTS
2  BitReader
3  Core
4  Support
5  )
6
7add_llvm_tool(llvm-dis
8  llvm-dis.cpp
9  )
10