repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[obj2yaml] - Fix a comment. NFC.
[llvm-complete.git]
/
test
/
MC
/
X86
/
variant-diagnostics.s
blob
bf6a7c772b4740203ce2c627fb5a0c0cb2872fd1
1
# RUN: not llvm-mc -triple i386-linux-gnu -filetype asm -o /dev/null 2>&1 %s \
2
# RUN: | FileCheck %s
3
4
.text
5
6
function
:
7
call external@invalid
8
9
# CHECK: error: invalid variant 'invalid'
10
# CHECK: call external@invalid
11
# CHECK: ^