summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/objc-pp.m
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/Preprocessor/objc-pp.m
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/Preprocessor/objc-pp.m')
-rw-r--r--clang/test/Preprocessor/objc-pp.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/objc-pp.m b/clang/test/Preprocessor/objc-pp.m
index 3e093252c64..0ec288c830a 100644
--- a/clang/test/Preprocessor/objc-pp.m
+++ b/clang/test/Preprocessor/objc-pp.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic
+// RUN: %clang_cc1 %s -fsyntax-only -verify -pedantic -ffreestanding
#import <stdint.h> // no warning on #import in objc mode.
OpenPOWER on IntegriCloud