[PATCH] D34422: Implement the --exclude-libs option.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 06:47:28 PDT 2017
ruiu added inline comments.
================
Comment at: lld/ELF/Driver.cpp:926
+ return Ret;
+}
+
----------------
grimar wrote:
> I wonder, does it make sence to report a warning if "ALL" is not along in a list or
> used mixed with other names ? That may prevent a mistake, probably.
I could, but I don't see a need to do that, so I'll keep it as simple as possible.
https://reviews.llvm.org/D34422
More information about the llvm-commits
mailing list