diff options
| author | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2018-09-08 12:10:19 +0000 |
|---|---|---|
| committer | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2018-09-08 12:10:19 +0000 |
| commit | dc79c7187cf0b638ffa452adaecfb43192c59f11 (patch) | |
| tree | abf81a4663300d1703a9cb49175efc78e3d796d8 | |
| parent | 12286a2739fa9c028ff9726246a47f92f9f8be1e (diff) | |
| download | bcm5719-llvm-dc79c7187cf0b638ffa452adaecfb43192c59f11.tar.gz bcm5719-llvm-dc79c7187cf0b638ffa452adaecfb43192c59f11.zip | |
[libomptarget-nvptx] Remove last mentions of __kmpc_print_*
Their implementation was removed during review, delete their
prototype declarations.
llvm-svn: 341748
| -rw-r--r-- | openmp/libomptarget/deviceRTLs/nvptx/src/interface.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/openmp/libomptarget/deviceRTLs/nvptx/src/interface.h b/openmp/libomptarget/deviceRTLs/nvptx/src/interface.h index c3f9f702295..aca8fbe7e88 100644 --- a/openmp/libomptarget/deviceRTLs/nvptx/src/interface.h +++ b/openmp/libomptarget/deviceRTLs/nvptx/src/interface.h @@ -91,18 +91,6 @@ EXTERN int omp_get_initial_device(void); EXTERN int omp_get_max_task_priority(void); //////////////////////////////////////////////////////////////////////////////// -// OMPTARGET_NVPTX private (debug / temportary?) interface -//////////////////////////////////////////////////////////////////////////////// - -// for debug -EXTERN void __kmpc_print_str(char *title); -EXTERN void __kmpc_print_title_int(char *title, int data); -EXTERN void __kmpc_print_index(char *title, int i); -EXTERN void __kmpc_print_int(int data); -EXTERN void __kmpc_print_double(double data); -EXTERN void __kmpc_print_address_int64(int64_t data); - -//////////////////////////////////////////////////////////////////////////////// // file below is swiped from kmpc host interface //////////////////////////////////////////////////////////////////////////////// |

