aboutsummaryrefslogtreecommitdiff
path: root/final/libomptarget/plugins/exports
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2019-07-19 14:14:12 +0000
committerTom Stellard <tstellar@redhat.com>2019-07-19 14:14:12 +0000
commitc9e7fc8c97382d61565f7ed180e4ea1cc8895b95 (patch)
tree49e96067e292b878b898418e8e34d39b292ecc9d /final/libomptarget/plugins/exports
parentfbb805289dbc14ab68a145e44cc092a118dc6c3f (diff)
Creating release candidate final from release_801 branchsvn-tags/RELEASE_801
git-svn-id: https://llvm.org/svn/llvm-project/openmp/tags/RELEASE_801@366581 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'final/libomptarget/plugins/exports')
-rw-r--r--final/libomptarget/plugins/exports15
1 files changed, 15 insertions, 0 deletions
diff --git a/final/libomptarget/plugins/exports b/final/libomptarget/plugins/exports
new file mode 100644
index 0000000..3f9f7d4
--- /dev/null
+++ b/final/libomptarget/plugins/exports
@@ -0,0 +1,15 @@
+VERS1.0 {
+ global:
+ __tgt_rtl_is_valid_binary;
+ __tgt_rtl_number_of_devices;
+ __tgt_rtl_init_device;
+ __tgt_rtl_load_binary;
+ __tgt_rtl_data_alloc;
+ __tgt_rtl_data_submit;
+ __tgt_rtl_data_retrieve;
+ __tgt_rtl_data_delete;
+ __tgt_rtl_run_target_team_region;
+ __tgt_rtl_run_target_region;
+ local:
+ *;
+};