diff options
author | Bjorn Pettersson <bjorn.a.pettersson@ericsson.com> | 2019-07-27 20:22:47 +0000 |
---|---|---|
committer | Bjorn Pettersson <bjorn.a.pettersson@ericsson.com> | 2019-07-27 20:22:47 +0000 |
commit | 197c08d64ee53e8754bf31ef5f341375a08a3cd1 (patch) | |
tree | 6b5cf6dc210090d4c053182ce83559a96f56756d | |
parent | 76f2f04d9dbb95c65a64f5aa8eff0856cbe44d5f (diff) | |
download | bcm5719-llvm-197c08d64ee53e8754bf31ef5f341375a08a3cd1.tar.gz bcm5719-llvm-197c08d64ee53e8754bf31ef5f341375a08a3cd1.zip |
[Driver] Additional fixup of NOWARN test case from r367165
Same kind of fix as in r367176, but for "RUN on line 76"
this time.
I'll ask for a post-commit review, to ensure this
matches the intention with the test added in r367165.
But I think this at least will make the buildbots a
little bit happier.
llvm-svn: 367182
-rw-r--r-- | clang/test/Driver/as-options.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/as-options.s b/clang/test/Driver/as-options.s index 72e9153f5a5..956f07ac0f2 100644 --- a/clang/test/Driver/as-options.s +++ b/clang/test/Driver/as-options.s @@ -73,7 +73,7 @@ // -Wa flags shouldn't cause warnings without an assembler stage with // -fno-integrated-as either. -// RUN: %clang -Wa,-mno-warn-deprecated -fno-integrated-as %s -S 2>&1 \ +// RUN: %clang -Wa,-mno-warn-deprecated -fno-integrated-as -x c++ %s -S 2>&1 \ // RUN: | FileCheck --check-prefix=NOWARN --allow-empty %s // But -m flags for the integrated assembler _should_ warn if the integrated |