summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/PowerPC/pr24686.s
Commit message (Collapse)AuthorAgeFilesLines
* [PPC] Fix PR24686 by failing assembly for an invalid relocationBill Schmidt2015-10-221-0/+7
PR24686 identifies a problem where a relocation expression is invalid when not all of the symbols in the expression can be locally resolved. This causes the compiler to request a PC-relative half16ds relocation, which is nonsensical for PowerPC. This patch recognizes this situation and ensures we fail the assembly cleanly. Test case provided by Anton Blanchard. llvm-svn: 251027
OpenPOWER on IntegriCloud