[all-commits] [llvm/llvm-project] fe6a39: [Clang] Fix tests failing due to invalid syntax fo...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jul 11 18:34:08 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fe6a391357fcf0823a97a9a3814572655c3b3b74
https://github.com/llvm/llvm-project/commit/fe6a391357fcf0823a97a9a3814572655c3b3b74
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2022-07-11 (Mon, 11 Jul 2022)
Changed paths:
M clang/test/Driver/linker-wrapper-image.c
M clang/test/Driver/linker-wrapper.c
Log Message:
-----------
[Clang] Fix tests failing due to invalid syntax for host triple
Summary:
We use the `--host-triple=` argument to manually set the target triple.
This was changed to include the `=` previously but was not included in
these additional test cases, causing it for fail on some unsupported
systems.
More information about the All-commits
mailing list