Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
d901b6640e0f1d1757a2db9fb57a140ad828ea75
/
.
/
tools
/
llvm-db
/
CMakeLists.txt
blob: af64908171e15c71196c0a3754a3c5714c9faeb2 [
file
] [
log
] [
blame
]
Oscar Fuentes
00905d5
2008-09-22 01:08:49 +0000
[
diff
] [
blame
]
1
set(LLVM_LINK_COMPONENTS debugger)
2
set(LLVM_REQUIRES_EH 1)
3
4
add_llvm_tool(llvm-db
5
CLIDebugger.cpp
6
Commands.cpp
7
llvm-db.cpp
8
)