repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[memprof] Move YAML traits to MemProf.h (NFC) (#118668)
[llvm-project.git]
/
lldb
/
source
/
Plugins
/
ObjectFile
/
Breakpad
/
CMakeLists.txt
blob
705e2d47139237c65cca639b8ba89b0a47e1f941
1
add_lldb_library(lldbPluginObjectFileBreakpad PLUGIN
2
BreakpadRecords.cpp
3
ObjectFileBreakpad.cpp
4
5
LINK_LIBS
6
lldbCore
7
lldbHost
8
lldbSymbol
9
lldbUtility
10
LINK_COMPONENTS
11
Support
12
TargetParser
13
)