You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
342 B
9 lines
342 B
; 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
|