// RUN: %clang_cc1 -triple powerpc64-unknown-aix -target-cpu pwr8 -verify -fsyntax-only %s
// RUN: %clang_cc1 -triple powerpc-unknown-aix -target-cpu pwr8 -verify -fsyntax-only %s
static __thread int y ; // no-warning
static __thread int y ; // expected-error {{TLS model 'local-dynamic' is not yet supported on AIX}}
static __thread int y ; // expected-error {{TLS model 'initial-exec' is not yet supported on AIX}}
static __thread int y ; // expected-error {{TLS model 'local-exec' is not yet supported on AIX}}