[PATCH] D137436: [lit][AIX] Convert llvm tests to use 'target={{.*}}aix{{.*}}'

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 08:05:41 PST 2022


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

LGTM but I am not affiliated with AIX so please wait for someone who is to approve.



================
Comment at: llvm/test/CodeGen/Generic/externally_available.ll:3
 
-; XFAIL: aix
+; XFAIL: target={{.*}}aix{{.*}}
 ; AIX system assembler default print error for undefined reference .
----------------
probinson wrote:
> hubert.reinterpretcast wrote:
> > Perhaps we should normalize on `-aix` while we are doing this?
> I'd be fine with that, should have no net effect.
Yeah, +1 for normalizing.


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

https://reviews.llvm.org/D137436



More information about the llvm-commits mailing list