forked from OSchip/llvm-project
Un-XFAIL CodeGen/builtins-nvptx.c now that the proper changes have
landed in LLVM core llvm-svn: 157418
This commit is contained in:
parent
907f7606f2
commit
c05323dd5c
|
@ -1,8 +1,6 @@
|
|||
// 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() {
|
||||
|
||||
int x = __builtin_ptx_read_tid_x();
|
||||
|
|
Loading…
Reference in New Issue