]> granicus.if.org Git - clang/commit
[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)
commitdfaea96575977c6b9124315801d40634bc10d753
treec65f0fd13c3d7b9f4050d388f93c0acba62cf375
parent34b6437ab993036f2bf8dd6ae4335c17a25ee0d7
[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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@277457 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/cl-pch-errorhandling.cpp
test/Driver/cl-pch-search.cpp
test/Driver/cl-pch-showincludes.cpp