This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
de37c46780
llvm-project
/
llvm
/
tools
/
llvm-dwarfdump
/
CMakeLists.txt
10 lines
115 B
CMake
Raw
Normal View
History
Unescape
Escape
Sketch out a DWARF parser. This introduces a new library to LLVM: libDebugInfo. It will provide debug information parsing to LLVM. Much of the design and some of the code is taken from the LLDB project. It also contains an llvm-dwarfdump tool that can dump the abbrevs and DIEs from an object file. It can be used to write tests for DWARF input and output easily. llvm-svn: 139627
2011-09-14 03:42:23 +08:00
set
(
LLVM_LINK_COMPONENTS
D
e
b
u
g
I
n
f
o
O
b
j
e
c
t
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt. llvm-svn: 196908
2013-12-10 19:13:32 +08:00
S
u
p
p
o
r
t
Sketch out a DWARF parser. This introduces a new library to LLVM: libDebugInfo. It will provide debug information parsing to LLVM. Much of the design and some of the code is taken from the LLDB project. It also contains an llvm-dwarfdump tool that can dump the abbrevs and DIEs from an object file. It can be used to write tests for DWARF input and output easily. llvm-svn: 139627
2011-09-14 03:42:23 +08:00
)
add_llvm_tool
(
llvm-dwarfdump
l
l
v
m
-
d
w
a
r
f
d
u
m
p
.
c
p
p
)