[PATCH] D80232: Add AIX to the test macro-same-context XFAIL list

David Tenty via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 25 07:29:28 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGc8b7c73c57f0: Add AIX to the test macro-same-context XFAIL list (authored by ShuhongL, committed by daltenty).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80232/new/

https://reviews.llvm.org/D80232

Files:
  llvm/test/MC/AsmParser/macro-same-context.ll


Index: llvm/test/MC/AsmParser/macro-same-context.ll
===================================================================
--- llvm/test/MC/AsmParser/macro-same-context.ll
+++ llvm/test/MC/AsmParser/macro-same-context.ll
@@ -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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80232.266020.patch
Type: text/x-patch
Size: 605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200525/dfab70b6/attachment-0001.bin>


More information about the llvm-commits mailing list