[PATCH] D81184: [lld][ELF][AArch64] Handle R_AARCH64_PLT32 relocation
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 22 17:12:53 PDT 2020
MaskRay added inline comments.
================
Comment at: lld/test/ELF/relocation-plt32-aarch64.s:1
+// REQUIRES: aarch64
+// RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t.o
----------------
This file can be folded into aarch64-plt32.s (I would name it aarch64-reloc-plt32.s)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81184/new/
https://reviews.llvm.org/D81184
More information about the llvm-commits
mailing list