
The modified tests fail because 64-bit XCOFF object files are not currently supported on AIX. This patch disables these tests on 64-bit AIX for now. This patch is similar to D111887 except the failures on this patch are on a 64-bit build. Reviewed By: shchenz, #powerpc Differential Revision: https://reviews.llvm.org/D113049
6 lines
264 B
C
6 lines
264 B
C
// UNSUPPORTED: powerpc64-ibm-aix
|
|
// RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/body1.c
|
|
// RUN: %clang_cc1 -emit-pch -o %t.2.ast %S/Inputs/body2.c
|
|
// RUN: %clang_cc1 -emit-obj -o /dev/null -ast-merge %t.1.ast -ast-merge %t.2.ast %s
|
|
// expected-no-diagnostics
|