mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 06:31:27 +00:00
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:
parent
a8dd526d5d
commit
1b14b139f0
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -7,6 +7,8 @@ llvm-toolchain-snapshot (1:18~++20230921012857+4cf8da94198d-1~exp1) UNRELEASED;
|
||||
* Ship tblgen-to-irdl as part of mlir-tools
|
||||
* Rename lldb-vscode => lldb-dap
|
||||
* 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 ]
|
||||
* 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.
|
||||
* libclang1-18: Only encode the major version in the soname. See #1056126.
|
||||
|
||||
[ Sylvestre Ledru ]
|
||||
* New supstream release
|
||||
* Upload to unstable
|
||||
|
||||
[ John Paul Adrian Glaubitz ]
|
||||
* Don't install *clang_rt* on sparc and sparc64
|
||||
|
||||
|
6
debian/libomp5-X.Y.symbols.in
vendored
6
debian/libomp5-X.Y.symbols.in
vendored
@ -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_async@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_init_async_info@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_async@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_init_async_info@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_async@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_init_async_info@VERS1.0 17
|
||||
__tgt_rtl_init_device@VERS1.0 17
|
||||
|
Loading…
Reference in New Issue
Block a user