[AIX] Set D111860's test unsupported on AIX

Reviewed By: jsji

Differential Revision: https://reviews.llvm.org/D113654
This commit is contained in:
Kai Luo 2021-11-11 15:50:11 +00:00
parent 11522cfcad
commit 72362736c3
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
// UNSUPPORTED: -aix
// RUN: rm -rf %t
// RUN: split-file %s %t
// RUN: %clang_cc1 -emit-llvm -o %t/test.bc -F%t/Frameworks %t/test.m -Werror=objc-method-access -DHIDDEN_FIRST=1 \