[PATCH] Object: Provide a richer means of describing auxiliary symbols

David Majnemer david.majnemer at gmail.com
Mon Mar 17 09:45:35 PDT 2014


  Sure, I'll split out what I can.


================
Comment at: include/llvm/Object/COFF.h:250
@@ -233,3 +249,3 @@
   support::ulittle32_t Characteristics;
-  char Unused[10];
+  char                 unused[10];
 };
----------------
Rafael Ávila de Espíndola wrote:
> Why change this?
It was gratuitously inconsistent with the other `coff_aux_*` definitions.


http://llvm-reviews.chandlerc.com/D3092



More information about the llvm-commits mailing list