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

Shuhong Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 14:18:40 PDT 2020


ShuhongL updated this revision to Diff 265339.
ShuhongL edited the summary of this revision.
ShuhongL added a reviewer: jasonliu.
ShuhongL added a comment.

added comment: macro is not part of the native assembly dialect on AIX


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.265339.patch
Type: text/x-patch
Size: 605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200520/e4873ee6/attachment.bin>


More information about the llvm-commits mailing list