[Hexagon] Adding absolute value, and negate with saturation
[oota-llvm.git] / test / MC / ELF / bad-relocation.s
1 // RUN: not llvm-mc -filetype=obj -triple i386-pc-linux-gnu %s -o /dev/null 2>&1 | FileCheck  %s
2
3 // CHECK: error: invalid variant 'BADRELOC'
4
5         .text
6 foo:
7         leal    .Lfoo@BADRELOC(%ebx), %eax