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 | d65dbd8e6a919deeec13f7b8310e24b77654517a (patch) | |
tree | 7a5f9833762d570320ad62b45160bc065012c051 /clang/test | |
parent | 8fb6723e3a148123658a510f80c1ec69f68e6cbf (diff) | |
download | bcm5719-llvm-d65dbd8e6a919deeec13f7b8310e24b77654517a.tar.gz bcm5719-llvm-d65dbd8e6a919deeec13f7b8310e24b77654517a.zip |
XFAIL this test, which does not pass on trunk since the grand
renaming in r157403.
llvm-svn: 157413
Diffstat (limited to 'clang/test')
-rw-r--r-- | clang/test/CodeGen/builtins-nvptx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/builtins-nvptx.c b/clang/test/CodeGen/builtins-nvptx.c index 4a094bbd7e3..006cf117aba 100644 --- a/clang/test/CodeGen/builtins-nvptx.c +++ b/clang/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() { |