Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [mips] Replace assertion by error message while lowering `RETURNADDR` and ↵ | Simon Atanasyan | 2019-03-06 | 1 | -0/+11 |
`FRAMEADDR` MIPS target supports lowering `RETURNADDR` and `FRAMEADDR` for a current frame only. It's better to show an error message then crash on assertion if `__builtin_return_address` is invoked with non-zero argument. llvm-svn: 355558 |