[PATCH] [LLD] COFF: Make DefinedCOFF one pointer smaller

David Majnemer david.majnemer at gmail.com
Mon Jun 29 15:45:59 PDT 2015


I think it would be safer to create a `coff_symbol_generic` which only contains the fields that `coff_symbol16` and `coff_symbol32` have in common.  This way, we wouldn't accidentally assume we could use the other fields.


http://reviews.llvm.org/D10818

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list