Remove __tgt_rtl_deinit_plugin & __tgt_rtl_deinit_device symbols from openmp https://github.com/llvm/llvm-project/pull/73557

This commit is contained in:
Sylvestre Ledru 2023-11-28 10:18:06 +01:00
parent a8dd526d5d
commit 1b14b139f0
2 changed files with 2 additions and 10 deletions

6
debian/changelog vendored
View File

@ -7,6 +7,8 @@ llvm-toolchain-snapshot (1:18~++20230921012857+4cf8da94198d-1~exp1) UNRELEASED;
* Ship tblgen-to-irdl as part of mlir-tools * Ship tblgen-to-irdl as part of mlir-tools
* Rename lldb-vscode => lldb-dap * Rename lldb-vscode => lldb-dap
* Ship tblgen-to-irdl as part of mlir-tools * Ship tblgen-to-irdl as part of mlir-tools
* Remove __tgt_rtl_deinit_plugin & __tgt_rtl_deinit_device symbols from
openmp https://github.com/llvm/llvm-project/pull/73557
[ Matthias Klose ] [ Matthias Klose ]
* Limit the number of parallel processes based on the available memory * Limit the number of parallel processes based on the available memory
@ -15,10 +17,6 @@ llvm-toolchain-snapshot (1:18~++20230921012857+4cf8da94198d-1~exp1) UNRELEASED;
* Fix stripping build flags on Ubuntu/ppc64el. * Fix stripping build flags on Ubuntu/ppc64el.
* libclang1-18: Only encode the major version in the soname. See #1056126. * libclang1-18: Only encode the major version in the soname. See #1056126.
[ Sylvestre Ledru ]
* New supstream release
* Upload to unstable
[ John Paul Adrian Glaubitz ] [ John Paul Adrian Glaubitz ]
* Don't install *clang_rt* on sparc and sparc64 * Don't install *clang_rt* on sparc and sparc64

View File

@ -1360,8 +1360,6 @@ libomptarget.rtl.amdgpu.so.@LLVM_VERSION@ libomp5-@LLVM_VERSION@ #MINVER#
__tgt_rtl_data_submit@VERS1.0 17 __tgt_rtl_data_submit@VERS1.0 17
__tgt_rtl_data_submit_async@VERS1.0 17 __tgt_rtl_data_submit_async@VERS1.0 17
__tgt_rtl_data_unlock@VERS1.0 17 __tgt_rtl_data_unlock@VERS1.0 17
__tgt_rtl_deinit_device@VERS1.0 17
__tgt_rtl_deinit_plugin@VERS1.0 17
__tgt_rtl_destroy_event@VERS1.0 17 __tgt_rtl_destroy_event@VERS1.0 17
__tgt_rtl_init_async_info@VERS1.0 17 __tgt_rtl_init_async_info@VERS1.0 17
__tgt_rtl_init_device@VERS1.0 17 __tgt_rtl_init_device@VERS1.0 17
@ -1397,8 +1395,6 @@ libomptarget.rtl.cuda.so.@LLVM_VERSION@ libomp5-@LLVM_VERSION@ #MINVER#
__tgt_rtl_data_submit@VERS1.0 17 __tgt_rtl_data_submit@VERS1.0 17
__tgt_rtl_data_submit_async@VERS1.0 17 __tgt_rtl_data_submit_async@VERS1.0 17
__tgt_rtl_data_unlock@VERS1.0 17 __tgt_rtl_data_unlock@VERS1.0 17
__tgt_rtl_deinit_device@VERS1.0 17
__tgt_rtl_deinit_plugin@VERS1.0 17
__tgt_rtl_destroy_event@VERS1.0 17 __tgt_rtl_destroy_event@VERS1.0 17
__tgt_rtl_init_async_info@VERS1.0 17 __tgt_rtl_init_async_info@VERS1.0 17
__tgt_rtl_init_device@VERS1.0 17 __tgt_rtl_init_device@VERS1.0 17
@ -1434,8 +1430,6 @@ libomptarget.rtl.x86_64.so.@LLVM_VERSION@ libomp5-@LLVM_VERSION@ #MINVER#
__tgt_rtl_data_submit@VERS1.0 17 __tgt_rtl_data_submit@VERS1.0 17
__tgt_rtl_data_submit_async@VERS1.0 17 __tgt_rtl_data_submit_async@VERS1.0 17
__tgt_rtl_data_unlock@VERS1.0 17 __tgt_rtl_data_unlock@VERS1.0 17
__tgt_rtl_deinit_device@VERS1.0 17
__tgt_rtl_deinit_plugin@VERS1.0 17
__tgt_rtl_destroy_event@VERS1.0 17 __tgt_rtl_destroy_event@VERS1.0 17
__tgt_rtl_init_async_info@VERS1.0 17 __tgt_rtl_init_async_info@VERS1.0 17
__tgt_rtl_init_device@VERS1.0 17 __tgt_rtl_init_device@VERS1.0 17