[PATCH] Handle crazy mips 64 little endian case.
Michael Spencer
bigcheesegs at gmail.com
Wed Apr 3 12:02:52 PDT 2013
Sad we have to do this, but it looks fine with the change I mentioned.
================
Comment at: include/llvm/Object/ELF.h:332
@@ -331,2 +331,3 @@
Elf_Addr r_offset; // Location (file byte offset, or program virtual addr)
+private:
Elf_Word r_info; // Symbol table index and type of relocation to apply
----------------
Adding access specifiers makes theses types non-standard layout, which they rely on.
http://llvm-reviews.chandlerc.com/D615
More information about the llvm-commits
mailing list