diff options
Diffstat (limited to 'test/Parser/altivec-csk-bool.c')
-rw-r--r-- | test/Parser/altivec-csk-bool.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Parser/altivec-csk-bool.c b/test/Parser/altivec-csk-bool.c index c1c253958c668..dc7fa1da3952a 100644 --- a/test/Parser/altivec-csk-bool.c +++ b/test/Parser/altivec-csk-bool.c @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -triple powerpc64-unknown-linux-gnu -faltivec -fsyntax-only %s -// RUN: %clang_cc1 -triple powerpc64le-unknown-linux-gnu -faltivec -fsyntax-only %s +// RUN: %clang_cc1 -triple powerpc64-unknown-linux-gnu -target-feature +altivec -fsyntax-only %s +// RUN: %clang_cc1 -triple powerpc64le-unknown-linux-gnu -target-feature +altivec -fsyntax-only %s // PR16456: Verify that bool, true, false are treated as context-sensitive // keywords (and therefore available for use as identifiers) when in |