[all-commits] [llvm/llvm-project] c63c1a: Using crtp to refactor the xcoff section header
diggerlin via All-commits
all-commits at lists.llvm.org
Thu Nov 7 08:51:50 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c63c1a72dab96b0d090b2601eb1e7f40df2db534
https://github.com/llvm/llvm-project/commit/c63c1a72dab96b0d090b2601eb1e7f40df2db534
Author: diggerlin <digger.llvm at gmail.com>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M llvm/include/llvm/Object/XCOFFObjectFile.h
M llvm/lib/Object/XCOFFObjectFile.cpp
M llvm/tools/llvm-readobj/XCOFFDumper.cpp
Log Message:
-----------
Using crtp to refactor the xcoff section header
SUMMARY:
According to https://reviews.llvm.org/D68575#inline-617586, Create a NFC patch for it.
Using crtp to refactor the xcoff section header
Move the define of SectionFlagsReservedMask and SectionFlagsTypeMask from XCOFFDumper.cpp to XCOFFObjectFile.h
Reviewers: hubert.reinterpretcast,jasonliu
Subscribers: rupprecht, seiyai,hiraditya
Differential Revision: https://reviews.llvm.org/D69131
More information about the All-commits
mailing list