[Clang] Fix tests failing due to invalid syntax for host triple
authorJoseph Huber <jhuber6@vols.utk.edu>
Tue, 12 Jul 2022 01:30:12 +0000 (21:30 -0400)
committerJoseph Huber <jhuber6@vols.utk.edu>
Tue, 12 Jul 2022 01:31:56 +0000 (21:31 -0400)
commitfe6a391357fcf0823a97a9a3814572655c3b3b74
treedc7f6c8ec82766394b63c28dce7794c79bb6c6ab
parentd81a8759c969344c1e96992aab30f5b5a9d5ffd3
[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.
clang/test/Driver/linker-wrapper-image.c
clang/test/Driver/linker-wrapper.c