[PATCH] D69131: [NFC][XCOFF] Using crtp to refactor the xcoff section header
Digger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 17 12:45:37 PDT 2019
DiggerLin created this revision.
DiggerLin added reviewers: hubert.reinterpretcast, jasonliu, sfertile.
Herald added subscribers: llvm-commits, seiya, rupprecht, hiraditya.
Herald added a project: LLVM.
According to https://reviews.llvm.org/D68575#inline-617586, I create a NFC patch for it.
1. Using crtp to refactor the xcoff section header
2. Move the define of SectionFlagsReservedMask and SectionFlagsTypeMask from XCOFFDumper.cpp to XCOFFObjectFile.h
Repository:
rL LLVM
https://reviews.llvm.org/D69131
Files:
llvm/include/llvm/Object/XCOFFObjectFile.h
llvm/lib/Object/XCOFFObjectFile.cpp
llvm/tools/llvm-readobj/XCOFFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69131.225497.patch
Type: text/x-patch
Size: 4425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191017/bb4e4083/attachment.bin>
More information about the llvm-commits
mailing list