<div dir="ltr"><div><div>Has anyone experimented with generating non-PIC for MIPS64 and the n64 ABI? Currently MipsISelLowering.cpp uses conditions like:<br><br> if ((getTargetMachine().getRelocationModel() == Reloc::PIC_) || IsN64) {<br>
</div><div> }<br></div><div><br></div>around any PIC code generation.  Is generating non-PIC just untested, or is it known not to work?  I can't find any discussion of it anywhere. I ran into this when trying to see why --relocation-model=static had no effect on the output.  I'm game to test it, but it would help to know that it isn't pointless due to a significant known issue.<br>
<br></div>Brandon<br><div><br></div></div>