diff options
author | John McCall <rjmccall@apple.com> | 2012-05-24 20:58:21 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2012-05-24 20:58:21 +0000 |
commit | a1bfcbda748b66bc7d6a436f54ef04680fa4aebd (patch) | |
tree | 703f7a0567696080ba7385b0a2009a7eb9944440 | |
parent | 414eb985c44073901e2b1e0db91684122179df26 (diff) |
XFAIL this test, which does not pass on trunk since the grand
renaming in r157403.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@157413 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/builtins-nvptx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/builtins-nvptx.c b/test/CodeGen/builtins-nvptx.c index 4a094bbd7e..006cf117ab 100644 --- a/test/CodeGen/builtins-nvptx.c +++ b/test/CodeGen/builtins-nvptx.c @@ -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() { |