[llvm-commits] COFF MCSectionCOFF & TLOF patch

Aaron Gray aaronngray.lists at googlemail.com
Thu Apr 1 05:51:40 PDT 2010


2010/4/1 Anton Korobeynikov <anton at korobeynikov.info>

> Aaron,
>
> > +  if (getKind().isMetadata())
> > +    OS << "dr";
> This is definitely incorrect. "d" means debug and "r" - read-only.
> These section flags should be emitted separately. The section kind
> should have been messed somewhere.


Okay, I should have looked at this further, but it should be compatible and
transparent compared with existing code.

Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100401/00c7cc74/attachment.html>


More information about the llvm-commits mailing list