aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/cpp-precomp.c
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-03-26 23:36:04 +0000
committerChad Rosier <mcrosier@apple.com>2012-03-26 23:36:04 +0000
commit3f718609f41921180f09ccc6e73fe8742667608e (patch)
treeb45b7018cd27225af7eba210707ffccccb4b3b39 /test/Driver/cpp-precomp.c
parentd3d7d4da35926d399d90ac2b03782c23f27d76f1 (diff)
[driver] Put -cpp-precomp and -no-cpp-precomp under the clang_ignored_f_group.
We don't currently support these options. rdar://11120518 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153485 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/cpp-precomp.c')
-rw-r--r--test/Driver/cpp-precomp.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Driver/cpp-precomp.c b/test/Driver/cpp-precomp.c
new file mode 100644
index 0000000000..a384a35dd9
--- /dev/null
+++ b/test/Driver/cpp-precomp.c
@@ -0,0 +1,5 @@
+// RUN: %clang -target x86_64-apple-darwin10 \
+// RUN: -Werror -cpp-precomp -fsyntax-only %s
+
+// RUN: %clang -target x86_64-apple-darwin10 \
+// RUN: -Werror -no-cpp-precomp -fsyntax-only %s