[all-commits] [llvm/llvm-project] 872d22: [NFC][Clang][Test] Fix warning-as-error
Michael Platings via All-commits
all-commits at lists.llvm.org
Wed Aug 9 13:31:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 872d22c735b83d39cbd7660e4678a9c0d42fe36a
https://github.com/llvm/llvm-project/commit/872d22c735b83d39cbd7660e4678a9c0d42fe36a
Author: Michael Platings <michael.platings at arm.com>
Date: 2023-08-09 (Wed, 09 Aug 2023)
Changed paths:
M clang/test/Driver/arm-execute-only.c
Log Message:
-----------
[NFC][Clang][Test] Fix warning-as-error
Since D149444 this test has been failing with -Wmissing-multilib if
multilib is configured for the BareMetal toolchain.
By setting sysroot the test is more hermetic and the failure is avoided.
More information about the All-commits
mailing list