forked from OSchip/llvm-project
Make ms-intrin.cpp test require the x86 target.
llvm-svn: 248355
This commit is contained in:
parent
9def6efd7e
commit
a3dd36b6e9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue