Attempt to fix arm-native libcxxabi tests for the no-exceptions variant

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
This commit is contained in:
Asiri Rathnayake 2017-02-27 15:31:34 +00:00
parent 32ecac7ac8
commit 0b59cf64a0
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
@ RUN: %cxx %flags %link_flags %s -o %t.exe
@ RUN: %exec %t.exe
@ UNSUPPORTED: libcxxabi-no-exceptions
@ PURPOSE: Check that 0x00 is a valid value for ttype encoding. LLVM and
@ GCC 4.6 are generating 0x00 as ttype encoding. libc++abi should provide

View File

@ -1,5 +1,6 @@
@ RUN: %cxx %flags %link_flags %s -o %t.exe
@ RUN: %exec %t.exe
@ UNSUPPORTED: libcxxabi-no-exceptions
@ PURPOSE: Check that 0x90 is a valid value for ttype encoding.