summaryrefslogtreecommitdiff
path: root/test/Driver/no-integrated-as.s
diff options
context:
space:
mode:
authorEkaterina Romanova <katya_romanova@playstation.sony.com>2015-10-13 23:40:02 +0000
committerEkaterina Romanova <katya_romanova@playstation.sony.com>2015-10-13 23:40:02 +0000
commit1254d89521fd2c8c8d5c3c8cc61169ff876d9fd9 (patch)
tree5d613ec45988607734b696cfd82fe1a93e512c70 /test/Driver/no-integrated-as.s
parentedf6059f52156dd0436fa93f00e874e1dab3231c (diff)
downloadclang-1254d89521fd2c8c8d5c3c8cc61169ff876d9fd9.tar.gz
This patch adds missing pieces to clang, including the PS4 toolchain
definition, added warnings, PS4 defaults, and Driver changes needed for our compiler. A patch by Filipe Cabecinhas, Pierre Gousseau and Katya Romanova! Differential Revision: http://reviews.llvm.org/D13482 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@250252 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/no-integrated-as.s')
-rw-r--r--test/Driver/no-integrated-as.s8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Driver/no-integrated-as.s b/test/Driver/no-integrated-as.s
new file mode 100644
index 0000000000..cd6f5e2867
--- /dev/null
+++ b/test/Driver/no-integrated-as.s
@@ -0,0 +1,8 @@
+; RUN: %clang -### -no-integrated-as -c %s 2>&1 | FileCheck %s -check-prefix IAS
+; Windows doesn't support no-integrated-as
+; XFAIL: win32,win64
+;
+; Make sure the current file's filename appears in the output.
+; We can't generically match on the assembler name, so we just make sure
+; the filename is in the output.
+; IAS: no-integrated-as.s