2013-12-10 11:13:32 +00:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2018-05-15 00:46:43 +00:00
|
|
|
BinaryFormat
|
2017-06-14 15:59:27 +00:00
|
|
|
DebugInfoCodeView
|
2016-12-06 06:00:49 +00:00
|
|
|
DebugInfoDWARF
|
2013-12-10 11:13:32 +00:00
|
|
|
Object
|
2016-03-01 19:15:06 +00:00
|
|
|
ObjectYAML
|
2013-12-10 11:13:32 +00:00
|
|
|
Support
|
|
|
|
)
|
2012-06-19 18:02:35 +00:00
|
|
|
|
2014-07-29 18:28:16 +00:00
|
|
|
add_llvm_tool(obj2yaml
|
2016-05-11 22:07:45 +00:00
|
|
|
obj2yaml.cpp
|
|
|
|
coff2yaml.cpp
|
2016-12-07 21:47:28 +00:00
|
|
|
dwarf2yaml.cpp
|
2016-05-11 22:07:45 +00:00
|
|
|
elf2yaml.cpp
|
|
|
|
macho2yaml.cpp
|
2019-04-02 11:58:37 +00:00
|
|
|
minidump2yaml.cpp
|
[XCOFF] Add functionality for parsing AIX XCOFF object file headers
Summary:
1. Add functionality for parsing AIX XCOFF object files headers.
2. Only support 32-bit AIX XCOFF object files in this patch.
3. Print out the AIX XCOFF object file header in YAML format.
Reviewers: sfertile, hubert.reinterpretcast, jasonliu, mstorsjo, zturner, rnk
Reviewed By: sfertile, hubert.reinterpretcast
Subscribers: jsji, mgorny, hiraditya, jdoerfert, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D59419
Patch by Digger Lin
llvm-svn: 357663
2019-04-04 00:53:21 +00:00
|
|
|
xcoff2yaml.cpp
|
2017-03-30 19:44:09 +00:00
|
|
|
wasm2yaml.cpp
|
2016-05-11 22:07:45 +00:00
|
|
|
Error.cpp
|
2012-06-19 18:02:35 +00:00
|
|
|
)
|