[PATCH] D13392: [ELF2] - Implemented --exclude-libs flag
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 14:47:29 PDT 2017
ruiu added a comment.
I re-implemented the feature in https://reviews.llvm.org/D34422. The new implementation uses a different strategy than this patch, and by utilizing the relationship of archive files and object files, the new implementation is much simpler and less intrusive than this one.
https://reviews.llvm.org/D13392
More information about the llvm-commits
mailing list