view openmp/libomptarget/src/exports @ 180:680fa57a2f20

fix compile errors.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 30 May 2020 17:44:06 +0900
parents 1d019706d866
children 2e18cbf3894f
line wrap: on
line source

VERS1.0 {
  global:
    __tgt_register_requires;
    __tgt_register_lib;
    __tgt_unregister_lib;
    __tgt_target_data_begin;
    __tgt_target_data_end;
    __tgt_target_data_update;
    __tgt_target;
    __tgt_target_teams;
    __tgt_target_data_begin_nowait;
    __tgt_target_data_end_nowait;
    __tgt_target_data_update_nowait;
    __tgt_target_nowait;
    __tgt_target_teams_nowait;
    __tgt_mapper_num_components;
    __tgt_push_mapper_component;
    omp_get_num_devices;
    omp_get_initial_device;
    omp_target_alloc;
    omp_target_free;
    omp_target_is_present;
    omp_target_memcpy;
    omp_target_memcpy_rect;
    omp_target_associate_ptr;
    omp_target_disassociate_ptr;
    __kmpc_push_target_tripcount;
  local:
    *;
};