llvm-for-llvmta/tools/clang/test/Driver/no-integrated-as.s

9 lines
343 B
ArmAsm
Raw Normal View History

2022-04-25 13:02:35 +02:00
; RUN: %clang -### -no-integrated-as -c %s 2>&1 | FileCheck %s -check-prefix IAS
; Windows doesn't support no-integrated-as
; XFAIL: windows-msvc
;
; 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