[llvm-commits] COFF MCSectionCOFF & TLOF patch

Anton Korobeynikov anton at korobeynikov.info
Thu Apr 1 05:39:06 PDT 2010


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.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list