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

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 4 09:55:50 PDT 2022


hubert.reinterpretcast 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 .
----------------
Perhaps we should normalize on `-aix` while we are doing this?


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

https://reviews.llvm.org/D137436



More information about the llvm-commits mailing list