1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/MC/AsmParser/invalid-input-assertion.s
Saleem Abdulrasool d3aa988471 MC: remove unnecessary restriction on tests
Rafael correctly pointed out that the restriction is unnecessary.  Although the
tests are intended to ensure that we dont abort due to an assertion, running the
tests in all modes is better since it also ensures that we dont crash without
assertions.  Always run these tests to ensure that we can handle invalid input
correctly.

llvm-svn: 209496
2014-05-23 02:56:51 +00:00

10 lines
125 B
ArmAsm

// RUN: not llvm-mc -triple i686-linux -o /dev/null %s
.macro macro parameter=0
.if \parameter
.else
.endm
macro 1