ms-intrin.cpp: no need for -verify anymore

llvm-svn: 199442
This commit is contained in:
Hans Wennborg 2014-01-17 00:04:43 +00:00
parent aae6ac48e7
commit b3dec1b4b9
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// RUN: %clang_cc1 -triple i386-pc-win32 -target-cpu pentium4 \ // RUN: %clang_cc1 -triple i386-pc-win32 -target-cpu pentium4 \
// RUN: -fms-extensions -fms-compatibility -fmsc-version=1700 \ // RUN: -fms-extensions -fms-compatibility -fmsc-version=1700 \
// RUN: -ffreestanding -verify %s // RUN: -ffreestanding -fsyntax-only %s
// Intrin.h needs size_t, but -ffreestanding prevents us from getting it from // Intrin.h needs size_t, but -ffreestanding prevents us from getting it from
// stddef.h. Work around it with this typedef. // stddef.h. Work around it with this typedef.