[PATCH] D58930: Add XCOFF triple object format type for AIX
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 8 11:51:28 PST 2019
hubert.reinterpretcast added a comment.
@jasonliu, you have had a number of patches committed into the project already (D22698 <https://reviews.llvm.org/D22698>, D22702 <https://reviews.llvm.org/D22702>, D34649 <https://reviews.llvm.org/D34649>). Please go ahead with requesting commit access, and commit this patch with the additional fix when you are ready.
================
Comment at: llvm/lib/MC/MCObjectFileInfo.cpp:806
+ Env = IsXCOFF;
+ // TODO: Initialize MCObjectFileInfo for XCOFF format when MCSectionXCOFF is ready.
+ break;
----------------
This line is over 80 characters.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58930/new/
https://reviews.llvm.org/D58930
More information about the cfe-commits
mailing list