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

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 1 11:52:56 PDT 2018


smeenai added inline comments.


================
Comment at: test/ELF/local-ver-preemptible.s:1
+# REQUIRES: x86
+# RUN: echo '.global foo; .type foo, @function; foo:' | \
----------------
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).


https://reviews.llvm.org/D52724





More information about the llvm-commits mailing list