commit | d042a969c9adf00d0f60919d15a4f37bc3afacf5 | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Sun May 25 04:43:38 2008 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Sun May 25 04:43:38 2008 +0000 |
tree | 38fcf2d77e6dfce0dd97c4ae48ee4e0cace1acbc | |
parent | 1f97e5798fc4593b678bfbac08337bd38606ddd2 [diff] [blame] |
Fix this test on non-X86 platforms. llvm-svn: 51552
diff --git a/clang/test/Sema/builtins.c b/clang/test/Sema/builtins.c index 58cb92f..d02adf3 100644 --- a/clang/test/Sema/builtins.c +++ b/clang/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);