blob: b70dfa70fb8ebd32470a2402526db5c1ced748c6 [file] [log] [blame]
Tim Northoverb6ad2bd2013-04-12 12:54:58 +00001// RUN: llvm-mc -triple=aarch64-none-linux-gnu -filetype=obj %s -o - | \
Nico Rieckf89da722013-04-12 04:06:46 +00002// RUN: llvm-readobj -r | FileCheck -check-prefix=OBJ %s
Tim Northover72062f52013-01-31 12:12:40 +00003
4 b.eq somewhere
Tim Northover72062f52013-01-31 12:12:40 +00005
Nico Rieckf89da722013-04-12 04:06:46 +00006// OBJ: Relocations [
Rafael Espindola7486d922013-05-30 03:05:14 +00007// OBJ-NEXT: Section (2) .rela.text {
Nico Rieckf89da722013-04-12 04:06:46 +00008// OBJ-NEXT: 0x0 R_AARCH64_CONDBR19 somewhere 0x0
9// OBJ-NEXT: }
10// OBJ-NEXT: ]