diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-03-26 23:36:04 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-03-26 23:36:04 +0000 |
commit | 3f718609f41921180f09ccc6e73fe8742667608e (patch) | |
tree | b45b7018cd27225af7eba210707ffccccb4b3b39 /test/Driver/cpp-precomp.c | |
parent | d3d7d4da35926d399d90ac2b03782c23f27d76f1 (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.c | 5 |
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 |