Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mips] Show an error on attempt to use 64-bit PC-relative relocation | Simon Atanasyan | 2018-12-29 | 1 | -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 relocation | Simon Atanasyan | 2018-12-29 | 1 | -4/+4 |
| | | | | llvm-svn: 350151 | ||||
* | [Mips] Handle one byte unsupported relocations | Stefan Maksimovic | 2018-01-11 | 1 | -0/+13 |
Fail gracefully instead of crashing upon encountering this type of relocation. Differential revision: https://reviews.llvm.org/D41857 llvm-svn: 322266 |