summaryrefslogtreecommitdiffstats
path: root/libcxxabi/test/native
Commit message (Collapse)AuthorAgeFilesLines
* Fix use of now removed %exec test substitutionEric Fiselier2017-05-102-2/+2
| | | | llvm-svn: 302698
* Attempt to fix arm-native libcxxabi tests for the no-exceptions variantAsiri Rathnayake2017-02-272-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 Chien2016-11-133-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
OpenPOWER on IntegriCloud