[cfe-commits] r157413 - /cfe/trunk/test/CodeGen/builtins-nvptx.c

John McCall rjmccall at apple.com
Thu May 24 13:58:21 PDT 2012


Author: rjmccall
Date: Thu May 24 15:58:21 2012
New Revision: 157413

URL: http://llvm.org/viewvc/llvm-project?rev=157413&view=rev
Log:
XFAIL this test, which does not pass on trunk since the grand
renaming in r157403.

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

Modified: cfe/trunk/test/CodeGen/builtins-nvptx.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/builtins-nvptx.c?rev=157413&r1=157412&r2=157413&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/builtins-nvptx.c (original)
+++ cfe/trunk/test/CodeGen/builtins-nvptx.c Thu May 24 15:58:21 2012
@@ -1,6 +1,7 @@
 // RUN: %clang_cc1 -triple nvptx-unknown-unknown -emit-llvm -o %t %s
 // RUN: %clang_cc1 -triple nvptx64-unknown-unknown -emit-llvm -o %t %s
 
+// XFAIL: *
 
 int read_tid() {
 





More information about the cfe-commits mailing list