brintos

brintos / llvm-project-archived public Read only

0
0
Text · 252 B · bf6a7c7 Raw
12 lines · plain
1# RUN: not llvm-mc -triple i386-linux-gnu -filetype asm -o /dev/null 2>&1 %s \2# RUN:   | FileCheck %s3 4	.text5 6function:7	call external@invalid8 9# CHECK: error: invalid variant 'invalid'10# CHECK: 	call external@invalid11# CHECK:                      ^12