[PATCH] D18814: Implement --start-lib and --end-lib.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 16:36:40 PDT 2016
ruiu added a comment.
This patch worked when I made a change to handle each file in an archive file using LazyObjectFile instead of ArchiveFile (with a few exception related to error messages containing an archive file name), so it looks like it's working fine for regular object files and bitcode files.
http://reviews.llvm.org/D18814
More information about the llvm-commits
mailing list