[PATCH] D81184: [lld][ELF][AArch64] Handle R_AARCH64_PLT32 relocation

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 23 12:21:30 PDT 2020


leonardchan added inline comments.


================
Comment at: lld/test/ELF/aarch64-undefined-weak-plt32.s:1
+// REQUIRES: aarch64
+// RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t.o
----------------
MaskRay wrote:
> As a separate test file this adds very little value. You can move the test to the main test file.
Looks like there was already `aarch64-undefined-weak.s` so I moved this to there.


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