summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Mips/unsupported-relocation.s
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Show an error on attempt to use 64-bit PC-relative relocationSimon Atanasyan2018-12-291-0/+2
| | | | | | | | | | | | The following code requests 64-bit PC-relative relocations unsupported by MIPS ABI. Now it triggers an assertion. It's better to show an error message. ``` foo: .quad bar - foo ``` llvm-svn: 350152
* [mips] Show a regular error message on attempt to use one byte relocationSimon Atanasyan2018-12-291-4/+4
| | | | llvm-svn: 350151
* [Mips] Handle one byte unsupported relocationsStefan Maksimovic2018-01-111-0/+13
Fail gracefully instead of crashing upon encountering this type of relocation. Differential revision: https://reviews.llvm.org/D41857 llvm-svn: 322266
OpenPOWER on IntegriCloud