summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/got-relaxed-no-relax.s
Commit message (Collapse)AuthorAgeFilesLines
* Change the default of -relax-relocations.Rafael Espindola2016-06-171-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 Espindola2016-05-281-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
OpenPOWER on IntegriCloud