Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Use misaligned load instead of trap0(#0) for __builtin_trap | Krzysztof Parzyszek | 2019-02-21 | 1 | -0/+20 |
| | | | | | | | | | The trap instruction is intercepted by various runtime environments, and instead of a crash it creates confusion. This reapplies r354606 with a fix. llvm-svn: 354611 | ||||
* | Revert r354606, it breaks asan tests | Krzysztof Parzyszek | 2019-02-21 | 1 | -20/+0 |
| | | | | llvm-svn: 354609 | ||||
* | [Hexagon] Use misaligned load instead of trap0(#0) for __builtin_trap | Krzysztof Parzyszek | 2019-02-21 | 1 | -0/+20 |
The trap instruction is intercepted by various runtime environments, and instead of a crash it creates confusion. llvm-svn: 354606 |