[cfe-commits] r148928 - /cfe/trunk/test/CodeGen/builtins-x86.c

Chris Lattner sabre at nondot.org
Tue Jan 24 21:38:06 PST 2012


Author: lattner
Date: Tue Jan 24 23:38:06 2012
New Revision: 148928

URL: http://llvm.org/viewvc/llvm-project?rev=148928&view=rev
Log:
disable this test for now.

Modified:
    cfe/trunk/test/CodeGen/builtins-x86.c

Modified: cfe/trunk/test/CodeGen/builtins-x86.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/builtins-x86.c?rev=148928&r1=148927&r2=148928&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/builtins-x86.c (original)
+++ cfe/trunk/test/CodeGen/builtins-x86.c Tue Jan 24 23:38:06 2012
@@ -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





More information about the cfe-commits mailing list