From 1254d89521fd2c8c8d5c3c8cc61169ff876d9fd9 Mon Sep 17 00:00:00 2001 From: Ekaterina Romanova Date: Tue, 13 Oct 2015 23:40:02 +0000 Subject: 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 --- test/Driver/no-integrated-as.s | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/Driver/no-integrated-as.s (limited to 'test/Driver/no-integrated-as.s') 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 -- cgit v1.2.1