[PATCH] D53444: Support ARM_V4BX relocation

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 14:35:42 PST 2018


ruiu added inline comments.


================
Comment at: test/ELF/v4bx.s:1
+// REQUIRES: arm
+// RUN: yaml2obj %p/Inputs/v4bx.yaml -o %tv4bx.o
----------------
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?


https://reviews.llvm.org/D53444





More information about the llvm-commits mailing list