[PATCH] D137437: [lit][AIX] Convert clang tests to use 'target={{.*}}aix{{.*}}'
Paul Robinson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 4 11:14:55 PDT 2022
probinson added inline comments.
================
Comment at: clang/test/ClangScanDeps/modules-no-undeclared-includes.c:3
// section in XCOFF yet.
-// UNSUPPORTED: aix
+// UNSUPPORTED: target={{.*}}aix{{.*}}
----------------
hubert.reinterpretcast wrote:
> Perhaps we should normalize on `-aix` while we are doing this?
I'm okay with that, rather than mechanically keeping the equivalent of the substring. Should have no net effect.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137437/new/
https://reviews.llvm.org/D137437
More information about the cfe-commits
mailing list