• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// RUN: llvm-mc -triple=aarch64 -filetype=obj %s -o - | \
2// RUN:   llvm-readobj -r - | FileCheck %s
3
4        .section .data
5this:
6        .word extern_func@PLT - this + 4
7
8// CHECK:      Section ({{.*}}) .rela.data
9// CHECK-NEXT:   0x0 R_AARCH64_PLT32 extern_func 0x4
10// CHECK-NEXT: }
11