Try to fix clang/test/Driver/cl-options.c on non-x86 hosts
authorHans Wennborg <hans@chromium.org>
Wed, 28 Apr 2021 09:56:58 +0000 (11:56 +0200)
committerHans Wennborg <hans@chromium.org>
Wed, 28 Apr 2021 09:57:09 +0000 (11:57 +0200)
commit2d37f2115d173a2c9117c6dbb4720dc7aefb9f42
tree84e29a444d9825f1eadc60469ed7a570306ea777
parentcb393f4c99c1e35d79a1017e59b00014f01daf3e
Try to fix clang/test/Driver/cl-options.c on non-x86 hosts

The /QIntel-jcc-erratum flag only works when targeting x86,
so pass --target to the driver to do that also on non-x86 hosts.
clang/test/Driver/cl-options.c