xref: /aosp_15_r20/external/clang/test/Driver/no-integrated-as.s (revision 67e74705e28f6214e480b399dd47ea732279e315)
1*67e74705SXin Li; RUN: %clang -### -no-integrated-as -c %s 2>&1 | FileCheck %s -check-prefix IAS
2*67e74705SXin Li; Windows doesn't support no-integrated-as
3*67e74705SXin Li; XFAIL: win32,win64
4*67e74705SXin Li;
5*67e74705SXin Li; Make sure the current file's filename appears in the output.
6*67e74705SXin Li; We can't generically match on the assembler name, so we just make sure
7*67e74705SXin Li; the filename is in the output.
8*67e74705SXin Li; IAS: no-integrated-as.s
9