[PATCH] D53480: remove duplicate omp_control_tool export to fix windows build

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 25 04:07:17 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL345255: remove duplicate omp_control_tool export to fix windows build (authored by achurbanov, committed by ).
Herald added a subscriber: llvm-commits.

Repository:
  rL LLVM

https://reviews.llvm.org/D53480

Files:
  openmp/trunk/runtime/src/dllexports


Index: openmp/trunk/runtime/src/dllexports
===================================================================
--- openmp/trunk/runtime/src/dllexports
+++ openmp/trunk/runtime/src/dllexports
@@ -558,9 +558,6 @@
     omp_thread_mem_alloc                   DATA
 %endif # OMP_50
 
-%ifdef OMP_50
-    omp_control_tool                        891
-%endif # OMP_50
 %ifndef stub
     # Ordinals between 900 and 999 are reserved
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53480.171059.patch
Type: text/x-patch
Size: 425 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181025/854127f2/attachment.bin>


More information about the llvm-commits mailing list