[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
Tue May 19 13:44:19 PDT 2020
ShuhongL created this revision.
ShuhongL added reviewers: hubert.reinterpretcast, daltenty.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Since the integrated assembler was not implemented for AIX, the test macro-same-context is expected to fail for AIX environment. Hence added AIX to XFAIL list.
Repository:
rG LLVM Github Monorepo
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 assembler was not implemented 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.265003.patch
Type: text/x-patch
Size: 594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200519/081b3458/attachment.bin>
More information about the llvm-commits
mailing list