diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-09-26 16:45:27 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-09-26 16:45:27 +0000 |
| commit | 64437be2c2d20d1f7391e9322a28ae5b28e9f07f (patch) | |
| tree | f69505ebac89f245bb8794b8d92270bb0d0f392f /clang/test | |
| parent | 9b1dfe8b56d78ea6d7aed4487350b7dfb562d8a6 (diff) | |
| download | bcm5719-llvm-64437be2c2d20d1f7391e9322a28ae5b28e9f07f.tar.gz bcm5719-llvm-64437be2c2d20d1f7391e9322a28ae5b28e9f07f.zip | |
Remove fno_builtin_strcat and fno_builtin_strcpy.
They are already handled by the generic fno_bultin_, which also
avoids unused warnings.
llvm-svn: 191437
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Driver/clang_f_opts.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Driver/clang_f_opts.c b/clang/test/Driver/clang_f_opts.c index e1cbc33694e..da39638a02b 100644 --- a/clang/test/Driver/clang_f_opts.c +++ b/clang/test/Driver/clang_f_opts.c @@ -101,7 +101,7 @@ // CHECK-MAX-O: -O3 // Test that we don't error on these. -// RUN: %clang -### -S \ +// RUN: %clang -### -S -Werror \ // RUN: -falign-functions -falign-functions=2 -fno-align-functions \ // RUN: -fasynchronous-unwind-tables -fno-asynchronous-unwind-tables \ // RUN: -fbuiltin -fno-builtin \ @@ -122,4 +122,5 @@ // RUN: -ftracer -fno-tracer \ // RUN: -funroll-all-loops -fno-unroll-all-loops \ // RUN: -fno-builtin-foobar \ +// RUN: -fno-builtin-strcat -fno-builtin-strcpy \ // RUN: %s |

