test/DebugInfo/ARM/prologue_end.ll references thumbv1, which is invalid.
[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   )