diff options
| author | Chris Lattner <sabre@nondot.org> | 2012-01-25 05:38:06 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2012-01-25 05:38:06 +0000 |
| commit | f07b612313702d86caab5011864140260e12d0bd (patch) | |
| tree | 17bdf290e1f877d1a5b560f3c390f4cf18ddaf83 /clang/test/CodeGen/builtins-x86.c | |
| parent | ce4f9c566819d97a6f3fec8fbbe05a44b7ebc247 (diff) | |
| download | bcm5719-llvm-f07b612313702d86caab5011864140260e12d0bd.tar.gz bcm5719-llvm-f07b612313702d86caab5011864140260e12d0bd.zip | |
disable this test for now.
llvm-svn: 148928
Diffstat (limited to 'clang/test/CodeGen/builtins-x86.c')
| -rw-r--r-- | clang/test/CodeGen/builtins-x86.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/clang/test/CodeGen/builtins-x86.c b/clang/test/CodeGen/builtins-x86.c index 772ab105dbc..d0a1f688ef8 100644 --- a/clang/test/CodeGen/builtins-x86.c +++ b/clang/test/CodeGen/builtins-x86.c @@ -1,5 +1,6 @@ -// RUN: %clang_cc1 -DUSE_64 -triple x86_64-unknown-unknown -emit-llvm -o %t %s -// RUN: %clang_cc1 -DUSE_ALL -triple x86_64-unknown-unknown -fsyntax-only -o %t %s +// RUN: true +// UN: %clang_cc1 -DUSE_64 -triple x86_64-unknown-unknown -emit-llvm -o %t %s +// UN: %clang_cc1 -DUSE_ALL -triple x86_64-unknown-unknown -fsyntax-only -o %t %s #ifdef USE_ALL #define USE_3DNOW |

