Displaying 2 results from an estimated 2 matches for "445c0b92".
2016 Jul 29
0
PIC preferred too strongly, even at CodeModel::Large?
...o our Target Triple, forcing ELF generation on all
> three platforms?
>
What exactly are you planning to do with an ELF object file on OS X?
-Eli
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160728/445c0b92/attachment.html>
2016 Jul 29
4
PIC preferred too strongly, even at CodeModel::Large?
Hi,
We were just debugging a sporadic crash the other day, when we noticed
that RIP-relative addressing was being used in a JumpTable, even when
code and data were well over 4G apart. This is confusing, because we
picked CodeModel::Large, and expected this to be taken care of. Isn't
that what gcc would do given a Large CodeModel?
The default Relocation Model, Reloc::Default, folds into