mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-30 13:47:32 +00:00
[OpenMP] Fix wrong number in openmp/runtime/src/dllexports
This patch fixes the issue that numbers assigned to `interop` functions were already taken in `openmp/runtime/src/dllexports`. Reviewed By: jdoerfert Differential Revision: https://reviews.llvm.org/D118523
This commit is contained in:
parent
71dcd9bd04
commit
184f94a8a8
@ -553,9 +553,9 @@ kmp_set_disp_num_buffers 890
|
||||
omp_realloc 777
|
||||
omp_aligned_alloc 778
|
||||
omp_aligned_calloc 806
|
||||
omp_get_interop_int 2514
|
||||
omp_get_interop_ptr 2515
|
||||
omp_get_interop_str 2516
|
||||
omp_get_interop_int 807
|
||||
omp_get_interop_ptr 808
|
||||
omp_get_interop_str 809
|
||||
|
||||
omp_null_allocator DATA
|
||||
omp_default_mem_alloc DATA
|
||||
|
Loading…
x
Reference in New Issue
Block a user