[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / no-integrated-as.s
blobf03217d19a2062e7123c886e4ff5d8755bdb748c
1 ; RUN: %clang -### -no-integrated-as -c %s 2>&1 | FileCheck %s -check-prefix IAS
2 ; Windows and PS5 don't support no-integrated-as
3 ; XFAIL: target={{.*-windows-msvc}}, target={{.*-ps5}}
5 ; Make sure the current file's filename appears in the output.
6 ; We can't generically match on the assembler name, so we just make sure
7 ; the filename is in the output.
8 ; IAS: no-integrated-as.s