Change MCAsmStreamer to take an MCInstPrinter instead of a
[llvm/avr.git] / tools / llvm-db / CMakeLists.txt
blobaf64908171e15c71196c0a3754a3c5714c9faeb2
1 set(LLVM_LINK_COMPONENTS debugger)
2 set(LLVM_REQUIRES_EH 1)
4 add_llvm_tool(llvm-db
5   CLIDebugger.cpp
6   Commands.cpp
7   llvm-db.cpp
8   )