diff options
author | Eric Christopher <echristo@apple.com> | 2010-04-19 18:26:40 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-04-19 18:26:40 +0000 |
commit | 00522ad7a35f071bb91e6bdc02319fbec87f0703 (patch) | |
tree | e5d557f473b18e8718e121f5f8744fe7dd124bb6 | |
parent | 5e8965525282a48fd34af05183b8c3705a5b00d5 (diff) |
Temporarily XFAIL this test on windows.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101796 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Sema/x86-builtin-palignr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Sema/x86-builtin-palignr.c b/test/Sema/x86-builtin-palignr.c index bbd3a913e9..eedf99bdfb 100644 --- a/test/Sema/x86-builtin-palignr.c +++ b/test/Sema/x86-builtin-palignr.c @@ -1,4 +1,6 @@ // RUN: %clang_cc1 -fsyntax-only -target-feature +ssse3 -verify %s +// Temporarily xfail this on windows. +// XFAIL: win32 #include <tmmintrin.h> |