summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/init.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-09-07 22:54:28 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-09-07 22:54:28 +0000
commit53c9ac30f918c4402cfe56c81abf577cee72bc7c (patch)
tree6ce502fe6dce04ee064fe71f2b6db7e284c9e350 /clang/test/Sema/init.c
parent1e87fffb4171f12d7061d887ced3757a0ed09bc9 (diff)
downloadbcm5719-llvm-53c9ac30f918c4402cfe56c81abf577cee72bc7c.tar.gz
bcm5719-llvm-53c9ac30f918c4402cfe56c81abf577cee72bc7c.zip
tests: Use -ffreestanding when including stdint.h, to avoid platform dependencies.
llvm-svn: 113301
Diffstat (limited to 'clang/test/Sema/init.c')
-rw-r--r--clang/test/Sema/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/init.c b/clang/test/Sema/init.c
index ac274a4ce22..76f35303d77 100644
--- a/clang/test/Sema/init.c
+++ b/clang/test/Sema/init.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -verify -fsyntax-only
+// RUN: %clang_cc1 %s -verify -fsyntax-only -ffreestanding
#include <stddef.h>
#include <stdint.h>
OpenPOWER on IntegriCloud