[clang-cl] Fix PCH tests to use x86_64 as target
authorDiana Picus <diana.picus@linaro.org>
Tue, 2 Aug 2016 13:53:00 +0000 (13:53 +0000)
committerDiana Picus <diana.picus@linaro.org>
Tue, 2 Aug 2016 13:53:00 +0000 (13:53 +0000)
commit7ef9a07f96e3295d63b4019526b8d174702e6cdc
treea1efc5c2c7083a921d6b92f2fab43c0880e691b7
parent8ddd3ef9c9eb13f3072390a4a2d1dd36d399e6ad
[clang-cl] Fix PCH tests to use x86_64 as target

These tests require x86-registered-target, but they don't force the target as
x86 on the command line, which means they will be run and they might fail when
building the x86 backend on another platform (such as AArch64).

Fixes https://llvm.org/bugs/show_bug.cgi?id=28797

Differential Revision: https://reviews.llvm.org/D23054

llvm-svn: 277457
clang/test/Driver/cl-pch-errorhandling.cpp
clang/test/Driver/cl-pch-search.cpp
clang/test/Driver/cl-pch-showincludes.cpp