[PATCH] D137437: [lit][AIX] Convert clang tests to use 'target={{.*}}aix{{.*}}'
Hubert Tong via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 4 09:55:16 PDT 2022
hubert.reinterpretcast added inline comments.
================
Comment at: clang/test/ClangScanDeps/modules-no-undeclared-includes.c:3
// section in XCOFF yet.
-// UNSUPPORTED: aix
+// UNSUPPORTED: target={{.*}}aix{{.*}}
----------------
Perhaps we should normalize on `-aix` while we are doing this?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137437/new/
https://reviews.llvm.org/D137437
More information about the cfe-commits
mailing list