[PATCH] D53444: Support ARM_V4BX relocation

Yin Ma via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 14:38:31 PST 2018


yinma added inline comments.


================
Comment at: test/ELF/v4bx.s:1
+// REQUIRES: arm
+// RUN: yaml2obj %p/Inputs/v4bx.yaml -o %tv4bx.o
----------------
ruiu wrote:
> ruiu wrote:
> > I think you don't need two input files. This main test file can be written in YAML which contains `_start` symbol.
> Hmm, do you still need this empty object file?
I need lld to link an object containing a V4BX relocation.


https://reviews.llvm.org/D53444





More information about the llvm-commits mailing list