This revision was automatically updated to reflect the committed changes.
Closed by commit rGdc8cbbd55f80: [Clang][Driver] Change missing multilib error
to warning (authored by michaelplatings).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153885/ne
michaelplatings updated this revision to Diff 535102.
michaelplatings added a comment.
Rename variable
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153885/new/
https://reviews.llvm.org/D153885
Files:
clang/include/clang/Basic/DiagnosticDriverKi
simon_tatham added inline comments.
Comment at: clang/include/clang/Basic/DiagnosticDriverKinds.td:740
-def err_drv_no_matching_multilib : Error<
- "no multilib found matching flags: %0">;
+def warn_drv_no_matching_multilib : Warning<
+ "no multilib found matching flags: %0">
michaelplatings created this revision.
michaelplatings added a reviewer: simon_tatham.
Herald added a project: All.
michaelplatings requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay.
Herald added a project: clang.
The error could be awkward to work around when exper