[PATCH] D33621: Fix for -wrap linker option and LTO, PR 33145

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 3 22:47:16 PDT 2017


pcc accepted this revision.
pcc added a comment.

LGTM as well



================
Comment at: lld/test/ELF/lto/wrap-1.ll:13
+
+; Make sure that the 'r' (linker redefined) bit is set for bar and __wrap_bar
+; in the resolutions file.
----------------
Please update this comment. I think you also want to test `'r'` for __real_bar.


https://reviews.llvm.org/D33621





More information about the llvm-commits mailing list