llvm-6502/test/MC/X86/variant-diagnostics.s
Saleem Abdulrasool 283b40e4d4 MC: fix test locations/name
Placed the MC variant diagnostics in the wrong directory accidentally.  Move
them into their respective architecture specific directories.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200161 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-26 22:55:02 +00:00

12 lines
252 B
ArmAsm

# RUN: not llvm-mc -triple i386-linux-gnu -filetype asm -o /dev/null 2>&1 %s \
# RUN: | FileCheck %s
.text
function:
call external@invalid
# CHECK: error: invalid variant 'invalid'
# CHECK: call external@invalid
# CHECK: ^