diff options
author | Andrey Churbanov <Andrey.Churbanov@intel.com> | 2018-10-25 11:04:01 +0000 |
---|---|---|
committer | Andrey Churbanov <Andrey.Churbanov@intel.com> | 2018-10-25 11:04:01 +0000 |
commit | 6ca3609418db6f6cfabd1e89b50448cc26dbae5c (patch) | |
tree | 17a2b2ade1b629bae8972f863b8cc098c18e1c84 | |
parent | 581fc63dc05041e9c17445a1e55b59e6dfb431ee (diff) | |
download | bcm5719-llvm-6ca3609418db6f6cfabd1e89b50448cc26dbae5c.tar.gz bcm5719-llvm-6ca3609418db6f6cfabd1e89b50448cc26dbae5c.zip |
remove duplicate omp_control_tool export to fix windows build
Patch by squallatf@gmail.com
Differential Revision: https://reviews.llvm.org/D53480
llvm-svn: 345255
-rw-r--r-- | openmp/runtime/src/dllexports | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/openmp/runtime/src/dllexports b/openmp/runtime/src/dllexports index 59bda870f81..11089303861 100644 --- a/openmp/runtime/src/dllexports +++ b/openmp/runtime/src/dllexports @@ -558,9 +558,6 @@ kmp_set_disp_num_buffers 890 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 |