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
|
||||
; RUN: not llc < %s 2>&1 | FileCheck %s
|
||||
; 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() {
|
||||
call void asm sideeffect ".macro FOO\0A.endm", "~{dirflag},~{fpsr},~{flags}"() #1
|
||||
|
|
Loading…
Reference in New Issue