commit | c79f767941fdfedb02d20296a042ad951a593890 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Sep 07 22:54:28 2010 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Sep 07 22:54:28 2010 +0000 |
tree | 4d8ebace38c88e91e01fcba396320f253c989672 | |
parent | bccfd31ac3b7769d681d56d514ad3a0a6e7b5d93 [diff] [blame] |
tests: Use -ffreestanding when including stdint.h, to avoid platform dependencies. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@113301 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/const-ptr-int-ptr-cast.c b/test/Sema/const-ptr-int-ptr-cast.c index c6e70b8..8beaf9d 100644 --- a/test/Sema/const-ptr-int-ptr-cast.c +++ b/test/Sema/const-ptr-int-ptr-cast.c
@@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -verify %s +// RUN: %clang_cc1 -fsyntax-only -verify -ffreestanding %s #include <stdint.h>