forked from OSchip/llvm-project
parent
cbcf8ac51a
commit
72005cb59d
|
@ -1,6 +1,6 @@
|
|||
// RUN: %clang_cc1 -triple i386-pc-win32 -target-cpu pentium4 \
|
||||
// RUN: -fms-extensions -fms-compatibility -fmsc-version=1700 \
|
||||
// RUN: -ffreestanding -fsyntax-only %s
|
||||
// RUN: -ffreestanding -fsyntax-only -Werror %s
|
||||
|
||||
// Intrin.h needs size_t, but -ffreestanding prevents us from getting it from
|
||||
// stddef.h. Work around it with this typedef.
|
||||
|
|
Loading…
Reference in New Issue