From: Nico Weber Date: Wed, 23 Sep 2015 00:24:34 +0000 (+0000) Subject: Make ms-intrin.cpp test require the x86 target. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9240be34fe1f55cce266ea93c08ea7e804952cc4;p=clang Make ms-intrin.cpp test require the x86 target. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248355 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Headers/ms-intrin.cpp b/test/Headers/ms-intrin.cpp index 7775c95fc7..9356d21a23 100644 --- a/test/Headers/ms-intrin.cpp +++ b/test/Headers/ms-intrin.cpp @@ -18,6 +18,8 @@ // RUN: -ffreestanding -fsyntax-only -Werror \ // RUN: -isystem %S/Inputs/include %s +// REQUIRES: x86-registered-target + // Intrin.h needs size_t, but -ffreestanding prevents us from getting it from // stddef.h. Work around it with this typedef. typedef __SIZE_TYPE__ size_t;