Skip to content

Commit

Permalink
Add AIX to the test macro-same-context XFAIL list
Browse files Browse the repository at this point in the history
Summary: Since the integrated assembly parser was not implemented yet for AIX and macro is not part of the native assembly dialect on AIX, the test macro-same-context is expected to fail for AIX; hence added AIX to XFAIL list.

Reviewers: hubert.reinterpretcast, daltenty, jasonliu

Reviewed By: daltenty

Subscribers: jasonliu, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D80232
  • Loading branch information
ShuhongLL authored and daltenty committed May 25, 2020
1 parent ba03bcb commit c8b7c73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions llvm/test/MC/AsmParser/macro-same-context.ll
Expand Up @@ -2,6 +2,9 @@
;; thus a definition is available to the whole file. PR36110
; 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
Expand Down

0 comments on commit c8b7c73

Please sign in to comment.