When more than one multilib flag matches, try to select the best
possible match based on priority. When two different multilibs with
the same same priority match, we still throw an error matching the
existing behavior.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
lgtm
clang/include/clang/Driver/Multilib.h | ||
---|---|---|
81 ↗ | (On Diff #196331) | Say explicitly that the greatest priority is chosen (sometimes 0 is "best"). |