[all-commits] [llvm/llvm-project] dc8cbb: [Clang][Driver] Change missing multilib error to w...
Michael Platings via All-commits
all-commits at lists.llvm.org
Thu Jun 29 01:08:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dc8cbbd55f807e832bf8c500205b0f4184531b00
https://github.com/llvm/llvm-project/commit/dc8cbbd55f807e832bf8c500205b0f4184531b00
Author: Michael Platings <michael.platings at arm.com>
Date: 2023-06-29 (Thu, 29 Jun 2023)
Changed paths:
M clang/include/clang/Basic/DiagnosticDriverKinds.td
M clang/lib/Driver/ToolChains/BareMetal.cpp
M clang/test/Driver/baremetal-multilib.yaml
Log Message:
-----------
[Clang][Driver] Change missing multilib error to warning
The error could be awkward to work around when experimenting with flags
that didn't have a matching multilib. It also broke many tests when
multilib.yaml was present in the build directory.
Reviewed By: simon_tatham, MaskRay
Differential Revision: https://reviews.llvm.org/D153885
More information about the All-commits
mailing list