]> granicus.if.org Git - clang/commitdiff
Make ms-intrin.cpp test require the x86 target.
authorNico Weber <nicolasweber@gmx.de>
Wed, 23 Sep 2015 00:24:34 +0000 (00:24 +0000)
committerNico Weber <nicolasweber@gmx.de>
Wed, 23 Sep 2015 00:24:34 +0000 (00:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@248355 91177308-0d34-0410-b5e6-96231b3b80d8

test/Headers/ms-intrin.cpp

index 7775c95fc72fe553a96085db686a34aa7b7faffa..9356d21a236861bc28c25b34155e65e294cd5947 100644 (file)
@@ -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;