Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the default of -relax-relocations. | Rafael Espindola | 2016-06-17 | 1 | -1/+1 |
| | | | | | | | | | | llvm-mc is a developer tool, as such it make sense for it to use new features by default. This doesn't change the user facing clang, which still defaults to non relaxable relocations. llvm-svn: 273014 | ||||
* | Fix production of R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRELX. | Rafael Espindola | 2016-05-28 | 1 | -0/+15 |
We were producing R_X86_64_GOTPCRELX for invalid instructions and sometimes producing R_X86_64_GOTPCRELX instead of R_X86_64_REX_GOTPCRELX. llvm-svn: 271118 |