forked from OSchip/llvm-project
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:
parent
32ecac7ac8
commit
0b59cf64a0
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue