diff options
| author | Douglas Katzman <dougk@google.com> | 2015-09-11 21:13:46 +0000 |
|---|---|---|
| committer | Douglas Katzman <dougk@google.com> | 2015-09-11 21:13:46 +0000 |
| commit | ae2f358af57856ccdd4057d6f938aff5757a54a0 (patch) | |
| tree | 580925a58395acfef6ee64c6929d1658c0b9f30b /clang/test | |
| parent | 6dbfdaa6abb44ed3ee88c9e59c8e394cc4ff67b3 (diff) | |
| download | bcm5719-llvm-ae2f358af57856ccdd4057d6f938aff5757a54a0.tar.gz bcm5719-llvm-ae2f358af57856ccdd4057d6f938aff5757a54a0.zip | |
[Shave]: pass -isystem dirs and "-Wa," args to moviAsm
llvm-svn: 247474
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Driver/shave-toolchain.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/test/Driver/shave-toolchain.c b/clang/test/Driver/shave-toolchain.c index 006ce9c1b36..5fa1a172d43 100644 --- a/clang/test/Driver/shave-toolchain.c +++ b/clang/test/Driver/shave-toolchain.c @@ -8,10 +8,11 @@ // As such, we test only for a trailing quote in its rendering. // The same goes for "moviAsm". -// RUN: %clang -target shave -c -### %s -Icommon 2>&1 \ +// RUN: %clang -target shave -c -### %s -isystem somewhere -Icommon -Wa,-yippee 2>&1 \ // RUN: | FileCheck %s -check-prefix=MOVICOMPILE -// MOVICOMPILE: moviCompile" "-DMYRIAD2" "-mcpu=myriad2" "-S" "-I" "common" -// MOVICOMPILE: moviAsm" "-no6thSlotCompression" "-cv:myriad2" "-noSPrefixing" "-a" "-i:common" "-elf" +// MOVICOMPILE: moviCompile" "-DMYRIAD2" "-mcpu=myriad2" "-S" "-isystem" "somewhere" "-I" "common" +// MOVICOMPILE: moviAsm" "-no6thSlotCompression" "-cv:myriad2" "-noSPrefixing" "-a" +// MOVICOMPILE: "-yippee" "-i:somewhere" "-i:common" "-elf" // RUN: %clang -target shave -c -### %s -DEFINE_ME -UNDEFINE_ME 2>&1 \ // RUN: | FileCheck %s -check-prefix=DEFINES |

