[PATCH] D13392: [ELF2] - Implemented --exclude-libs flag
Bernhard Rosenkränzer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 10:43:39 PDT 2017
bero added a comment.
This patch would be very useful for us: The Android build system relies on --exclude-libs ALL in several places (e.g. Bionic). We currently have an ongoing project to get AOSP to build entirely with lld (currently we're at a point where we use lld for binaries and keep using gold for shared libraries because of the --exclude-libs issue and a few problems we still have to hunt down).
https://reviews.llvm.org/D13392
More information about the llvm-commits
mailing list