2013-12-10 19:13:32 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2018-05-15 08:46:43 +08:00
|
|
|
BinaryFormat
|
2017-06-14 23:59:27 +08:00
|
|
|
DebugInfoCodeView
|
2016-12-06 14:00:49 +08:00
|
|
|
DebugInfoDWARF
|
2013-12-10 19:13:32 +08:00
|
|
|
Object
|
2016-03-02 03:15:06 +08:00
|
|
|
ObjectYAML
|
2013-12-10 19:13:32 +08:00
|
|
|
Support
|
|
|
|
)
|
2012-06-20 02:02:35 +08:00
|
|
|
|
2020-10-20 01:18:20 +08:00
|
|
|
add_llvm_utility(obj2yaml
|
2020-10-20 20:12:28 +08:00
|
|
|
archive2yaml.cpp
|
2016-05-12 06:07:45 +08:00
|
|
|
obj2yaml.cpp
|
|
|
|
coff2yaml.cpp
|
2016-12-08 05:47:28 +08:00
|
|
|
dwarf2yaml.cpp
|
2016-05-12 06:07:45 +08:00
|
|
|
elf2yaml.cpp
|
|
|
|
macho2yaml.cpp
|
2019-04-02 19:58:37 +08: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 08:53:21 +08:00
|
|
|
xcoff2yaml.cpp
|
2017-03-31 03:44:09 +08:00
|
|
|
wasm2yaml.cpp
|
2012-06-20 02:02:35 +08:00
|
|
|
)
|