This is an alternative to D54946, both fixing roundtripping executables. This patch changes the serialization format to be RVA, matching what's stored in files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D54965
[obj2yaml] [COFF] Write RVA instead of VA for sections, fix roundtripping executables ClosedPublic Authored by mstorsjo on Nov 27 2018, 11:54 AM.
Details Summary This is an alternative to D54946, both fixing roundtripping executables. This patch changes the serialization format to be RVA, matching what's stored in files.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 29 2018, 9:21 AM Closed by commit rL347916: [obj2yaml] [COFF] Write RVA instead of VA for sections, fix roundtripping… (authored by mstorsjo). · Explain WhyNov 29 2018, 12:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 175941 llvm/trunk/test/tools/yaml2obj/coff-arm64.yaml
llvm/trunk/tools/obj2yaml/coff2yaml.cpp
|