[PATCH] D52724: [ELF] - Do not forget to include to .dymsym symbols that were converted to Defined.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 1 13:16:19 PDT 2018


ruiu added inline comments.


================
Comment at: test/ELF/local-ver-preemptible.s:1
+# REQUIRES: x86
+# RUN: echo '.global foo; .type foo, @function; foo:' | \
----------------
smeenai wrote:
> ruiu wrote:
> > Can you write this in assembly?
> I think that's addressed in the summary?
> 
> > Note that I had to use YAML input, because llvm-mc does not produce R_X86_64_PC32 for call foo and jmp foo since rL325569 (https://reviews.llvm.org/D43383).
Yeah, but since I could reproduce https://bugs.llvm.org/show_bug.cgi?id=39104 without a YAML file, I believe you can do it without YAML.


https://reviews.llvm.org/D52724





More information about the llvm-commits mailing list