You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
// RUN: llvm-mc -triple=aarch64 -filetype=obj %s -o - | \
|
|
// RUN: llvm-readobj -r - | FileCheck %s
|
|
|
|
.section .data
|
|
this:
|
|
.word extern_func@PLT - this + 4
|
|
|
|
// CHECK: Section ({{.*}}) .rela.data
|
|
// CHECK-NEXT: 0x0 R_AARCH64_PLT32 extern_func 0x4
|
|
// CHECK-NEXT: }
|