mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
91bd110de4
Placed the MC variant diagnostics in the wrong directory accidentally. Move them into their respective architecture specific directories. llvm-svn: 200161
12 lines
252 B
ArmAsm
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: ^
|