[PATCH] D48502: Fix direct calls to __wrap_sym when it is relocated
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 26 00:15:39 PDT 2018
grimar added inline comments.
================
Comment at: test/ELF/wrap-plt.s:35
+foo:
+ mov 1, %eax
+
----------------
`mov 1` and `mov 2` does not look useful. Please use `nop` instead, that is more common and consistent with other tests.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D48502
More information about the llvm-commits
mailing list