diff options
-rw-r--r-- | test/Sema/builtins.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Sema/builtins.c b/test/Sema/builtins.c index 58cb92f513..d02adf3165 100644 --- a/test/Sema/builtins.c +++ b/test/Sema/builtins.c @@ -1,4 +1,5 @@ -// RUN: clang %s -fsyntax-only -verify -pedantic +// RUN: clang %s -fsyntax-only -verify -pedantic -triple=i686-apple-darwin9 +// This test needs to set the target because it uses __builtin_ia32_vec_ext_v4si int test1(float a, int b) { return __builtin_isless(a, b); |