[PATCH] D18899: [mips][ias] Correct ELF eflags when Octeon is the target.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 07:41:23 PDT 2016


dsanders added a comment.

In http://reviews.llvm.org/D18899#401063, @mpf wrote:

> I'd leave the ABI issue as a separate change or this could easily end up covering a huge amount of work.


I've had a quick look at this and I think it's caused by the way the ABI feature bits are tied to the processor. With a mipsel-* triple we end up with half-O32 half-N64 output but it should do the right thing with a mips64el-* triple.

I think we can leave this as a separate change since MIPS64 processors on a mipsel-* triple is known to be buggy at the moment.

> It did occur to me that the .MIPS.abiflags data also needs updating when targetting octeon to set the isa_ext field.


Ok, I'll add that to this patch.


http://reviews.llvm.org/D18899





More information about the llvm-commits mailing list