[PATCH] D109060: [AIX] Disable LIT tests on AIX due to lack of Objective-C support
Jinsong Ji via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 1 07:09:11 PDT 2021
jsji added a comment.
In D109060#2976752 <https://reviews.llvm.org/D109060#2976752>, @Jake-Egan wrote:
> In D109060#2976745 <https://reviews.llvm.org/D109060#2976745>, @jsji wrote:
>
>> For `clang/test/CodeGenObjCXX` and `clang/test/CodeGenObjC`, can we add lit.local.cfg and add the unsupport there, no adding to every files in the folder?
>
> These tests are a subset of `clang/test/CodeGenObjCXX` and `clang/test/CodeGenObjC`. The rest of the tests in those folders are supported (cross-compiling).
We don't have `Objective-C ` support, so any passing tests are just somehow a luck, and I don't think it is meaningful to even run those tests.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109060/new/
https://reviews.llvm.org/D109060
More information about the cfe-commits
mailing list