[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / aix-unsupported-features.c
blob0004575a223ae304c3f4d1e9bb0f116150562922
1 // RUN: %clang -target powerpc-ibm-aix-xcoff -### -flto=thin 2>&1 %s | \
2 // RUN: FileCheck --check-prefix=CHECKTHINLTO %s
3 // RUN: %clang -target powerpc64-ibm-aix-xcoff -### -flto=thin 2>&1 %s | \
4 // RUN: FileCheck --check-prefix=CHECKTHINLTO %s
6 // CHECKTHINLTO: error: the clang compiler does not support 'thinLTO on AIX'