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

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Mon Mar 17 08:30:22 PDT 2014


  Can you split the llvm-readobj change to another patch?


================
Comment at: include/llvm/Object/COFF.h:250
@@ -233,3 +249,3 @@
   support::ulittle32_t Characteristics;
-  char Unused[10];
+  char                 unused[10];
 };
----------------
Why change this?


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



More information about the llvm-commits mailing list