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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 11:15:33 PDT 2022


probinson added inline comments.


================
Comment at: llvm/test/CodeGen/Generic/externally_available.ll:3
 
-; XFAIL: aix
+; XFAIL: target={{.*}}aix{{.*}}
 ; AIX system assembler default print error for undefined reference .
----------------
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.


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

https://reviews.llvm.org/D137436



More information about the llvm-commits mailing list