[PM/AA] Run clang-format over LibCallAliasAnalysis prior to making
[oota-llvm.git] / tools / llvm-dis / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   Core
4   Support
5   )
6
7 add_llvm_tool(llvm-dis
8   llvm-dis.cpp
9   )