Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix use of now removed %exec test substitution | Eric Fiselier | 2017-05-10 | 2 | -2/+2 |
| | | | | llvm-svn: 302698 | ||||
* | Attempt to fix arm-native libcxxabi tests for the no-exceptions variant | Asiri Rathnayake | 2017-02-27 | 2 | -0/+2 |
| | | | | | | | | These tests embed calls to exceptions-related symbols from the abi library, which are absent in the no-exceptions variant. The tests need to be marked as unsupported for the no-exceptions configuration. llvm-svn: 296344 | ||||
* | arm: Fix ttype encoding assertion failure. | Logan Chien | 2016-11-13 | 3 | -0/+199 |
GCC 4.7 or newer emits 0x90 (indirect | pcrel) as the ttype encoding. This would hit an assertion in cxa_personality.cpp. This commit fixes the problem by relaxing the assertion. llvm-svn: 286760 |