forked from OSchip/llvm-project
[AIX] Remove XFAIL from macro-same-context
We have enabled inline asm intergrated assembler support, this test is passing now.
This commit is contained in:
parent
87c8c8ae97
commit
a9cc662722
|
@ -3,9 +3,6 @@
|
||||||
; UNSUPPORTED: -zos
|
; UNSUPPORTED: -zos
|
||||||
; RUN: not llc < %s 2>&1 | FileCheck %s
|
; RUN: not llc < %s 2>&1 | FileCheck %s
|
||||||
; REQUIRES: default_triple
|
; REQUIRES: default_triple
|
||||||
;; This test is expected to fail on AIX,
|
|
||||||
;; since the integrated assembly parser was not implemented yet for AIX.
|
|
||||||
; XFAIL: aix
|
|
||||||
|
|
||||||
define void @test() {
|
define void @test() {
|
||||||
call void asm sideeffect ".macro FOO\0A.endm", "~{dirflag},~{fpsr},~{flags}"() #1
|
call void asm sideeffect ".macro FOO\0A.endm", "~{dirflag},~{fpsr},~{flags}"() #1
|
||||||
|
|
Loading…
Reference in New Issue