[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / Mips / reloc-directive-bad-obj.s
blob94317d0830df7086dfb6f33b3118d58f609940bf
1 # RUN: not llvm-mc -triple mips-unknown-linux %s -show-encoding \
2 # RUN: -target-abi=o32 -filetype=obj 2>&1 | FileCheck %s
3 .text
4 nop
5 .reloc foo, R_MIPS_32, .text # CHECK: :[[@LINE]]:2: error: unresolved relocation offset
6 nop
7 nop
8 .reloc bar, R_MIPS_32, .text # CHECK: :[[@LINE]]:2: error: unresolved relocation offset
9 nop