[PATCH] D60990: [Driver] Support priority for multilibs
Roland McGrath via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 24 16:43:17 PDT 2019
mcgrathr accepted this revision.
mcgrathr added a comment.
This revision is now accepted and ready to land.
lgtm
================
Comment at: clang/include/clang/Driver/Multilib.h:81
+ /// Returns the multilib priority.
+ int priority() const { return Priority; }
----------------
Say explicitly that the greatest priority is chosen (sometimes 0 is "best").
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60990/new/
https://reviews.llvm.org/D60990
More information about the cfe-commits
mailing list