[Openmp-commits] [PATCH] D35121: openmp: remove duplicate symbol version script entries
Ed Maste via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Jul 7 06:46:06 PDT 2017
This revision was automatically updated to reflect the committed changes.
Closed by commit rL307399: remove duplicate symbol version script entries (authored by emaste).
Changed prior to commit:
https://reviews.llvm.org/D35121?vs=105626&id=105634#toc
Repository:
rL LLVM
https://reviews.llvm.org/D35121
Files:
openmp/trunk/runtime/src/exports_so.txt
Index: openmp/trunk/runtime/src/exports_so.txt
===================================================================
--- openmp/trunk/runtime/src/exports_so.txt
+++ openmp/trunk/runtime/src/exports_so.txt
@@ -84,10 +84,7 @@
__kmp_acquire_tas_lock;
__kmp_acquire_ticket_lock;
__kmp_fork_call;
- __kmp_get_reduce_method;
__kmp_invoke_microtask;
- __kmp_itt_fini_ittlib;
- __kmp_itt_init_ittlib;
#if KMP_USE_MONITOR
__kmp_launch_monitor;
__kmp_reap_monitor;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35121.105634.patch
Type: text/x-patch
Size: 529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20170707/3574d8dc/attachment.bin>
More information about the Openmp-commits
mailing list