[PATCH] D41037: Create reserved symbols early so they can be versioned

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 10 17:46:13 PST 2017


emaste added a comment.

>From e-mail followup @dim linked against libc linked with pre-patch lld.

This change works for me when I:

- rebuild libc with patched lld
- link a test application that calls sbrk (which relies on `_end`) against the new libc


https://reviews.llvm.org/D41037





More information about the llvm-commits mailing list