[PATCH] D45195: Add --check-library-dependency to maintain compatibility with other linkers

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 4 15:40:36 PDT 2018


ruiu added a comment.

Overall I'm satisfied with this patch. It's small and I _believe_ it works for the purpose to keep your build file compatible with GNU. That said, I want to be careful when I add a new command line flag (in particular something important like this), so I'll start a discussion on llvm-dev to get feedback from those who are using lld and interested in this feature.


https://reviews.llvm.org/D45195





More information about the llvm-commits mailing list