mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
93d7286ccd
* Reorganize tests and add coverage * Improve diagnostic testing * Make assert() tests more relevant * Rename tests to macro-* or altmacro-* This is not NFC because a (previously untested) diagnostic message is changed.
6 lines
138 B
ArmAsm
6 lines
138 B
ArmAsm
# RUN: not llvm-mc -triple=x86_64 %s -o /dev/null 2>&1 | FileCheck %s
|
|
|
|
# CHECK: {{.*}}.s:6:1: error: unmatched .ifs or .elses
|
|
.if 1
|
|
.else
|