[ARM] Better OR's for MVE compares
[llvm-core.git] / test / MC / ELF / no-fixup.s
blob9d3489262f4ffb7590ec20286f54225fb81bb7b6
1 // RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o %t
2 // RUN: llvm-objdump -r %t | FileCheck %s
4 // Test that we create no fixups for this file since "a" and "b"
5 // are in the same fragment. If b was in a different section, a
6 // fixup causing a relocation would be generated in the object file.
8 // CHECK-NOT: RELOCATION RECORDS
11 nop
13 .long b - a