blob: af64908171e15c71196c0a3754a3c5714c9faeb2 [file] [log] [blame]
Oscar Fuentes00905d52008-09-22 01:08:49 +00001set(LLVM_LINK_COMPONENTS debugger)
2set(LLVM_REQUIRES_EH 1)
3
4add_llvm_tool(llvm-db
5 CLIDebugger.cpp
6 Commands.cpp
7 llvm-db.cpp
8 )