mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-15 12:39:19 +00:00
369c0e0f48
Reviewed By: Xiangling Liao Differential Revision: https://reviews.llvm.org/D100350
8 lines
329 B
C
8 lines
329 B
C
// RUN: %clang -target powerpc-ibm-aix-xcoff -### -flto=thin 2>&1 %s | \
|
|
// RUN: FileCheck --check-prefix=CHECKTHINLTO %s
|
|
// RUN: %clang -target powerpc64-ibm-aix-xcoff -### -flto=thin 2>&1 %s | \
|
|
// RUN: FileCheck --check-prefix=CHECKTHINLTO %s
|
|
|
|
// CHECKTHINLTO: error: the clang compiler does not support 'thinLTO on AIX'
|
|
|