brintos

brintos / llvm-project-archived public Read only

0
0
Text · 195 B · 1a66744 Raw
8 lines · plain
1// RUN: not llvm-mc -filetype=obj -triple i386-pc-linux-gnu %s -o /dev/null 2>&1 | FileCheck  %s2 3// CHECK: error: invalid variant 'BADRELOC'4 5        .text6foo:7	leal	.Lfoo@BADRELOC(%ebx), %eax8