mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:10:25 +00:00
Merge branch 'snapshot' of salsa.debian.org:pkg-llvm-team/llvm-toolchain into snapshot
This commit is contained in:
commit
fed43a8a5a
33
debian/changelog
vendored
33
debian/changelog
vendored
@ -1,23 +1,8 @@
|
||||
llvm-toolchain-snapshot (1:9~svn351416-1~exp1) experimental; urgency=medium
|
||||
llvm-toolchain-snapshot (1:9~svn351420-1~exp1) experimental; urgency=medium
|
||||
|
||||
* New snapshot release
|
||||
* Fix a typo in the arch declaration
|
||||
* Remove patch D54677-hurd-path_max.diff (applied upstream)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 17 Jan 2019 09:04:49 +0100
|
||||
|
||||
llvm-toolchain-snapshot (1:9~svn351375-1~exp1) experimental; urgency=medium
|
||||
|
||||
* New snapshot release and move to 9 as upstream branched
|
||||
* Silent a source lintian warning
|
||||
source: source-is-missing lldb/lit/Modules/ELF/Inputs/PT_LOAD-overlap-section.elf
|
||||
* Revert patch D55434 as it is breaking the build on old version of debian/ubuntu
|
||||
* Remove BugpointPasses.so & TestPlugin.so as they don't ship anymore
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 16 Jan 2019 21:59:29 +0100
|
||||
|
||||
llvm-toolchain-8 (1:8~svn351401-1~exp2) experimental; urgency=medium
|
||||
|
||||
* Fix debian-changelog-line-too-long
|
||||
* Silent source-contains-prebuilt-windows-binary
|
||||
* Silent executable-not-elf-or-script
|
||||
@ -33,8 +18,22 @@ llvm-toolchain-8 (1:8~svn351401-1~exp2) experimental; urgency=medium
|
||||
- omp_get_device_num
|
||||
- omp_get_initial_device
|
||||
- omp_get_num_devices
|
||||
- __kmpc_pause_resource (from v9)
|
||||
- omp_pause_resource (from v9)
|
||||
- omp_pause_resource_all (from v9)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 17 Jan 2019 10:23:10 +0100
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 17 Jan 2019 11:04:49 +0100
|
||||
|
||||
llvm-toolchain-snapshot (1:9~svn351375-1~exp1) experimental; urgency=medium
|
||||
|
||||
* New snapshot release and move to 9 as upstream branched
|
||||
* Silent a source lintian warning
|
||||
source: source-is-missing lldb/lit/Modules/ELF/Inputs/PT_LOAD-overlap-section.elf
|
||||
* Revert patch D55434 as it is breaking the build on old version of debian/ubuntu
|
||||
* Remove BugpointPasses.so & TestPlugin.so as they don't ship anymore
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 16 Jan 2019 21:59:29 +0100
|
||||
|
||||
llvm-toolchain-8 (1:8~svn351401-1~exp1) experimental; urgency=medium
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -44,7 +44,7 @@ Description: C, C++ and Objective-C compiler
|
||||
|
||||
Package: clang-tools-9
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-9 (= ${binary:Version})
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, clang-9 (= ${binary:Version}),
|
||||
python
|
||||
Description: clang-based tools for C/C++ developments
|
||||
Clang project is a C, C++, Objective C and Objective C++ front-end
|
||||
|
5
debian/libomp5-X.Y.symbols.in
vendored
5
debian/libomp5-X.Y.symbols.in
vendored
@ -798,6 +798,7 @@ libomp.so.5 libomp5 #MINVER#
|
||||
__kmpc_omp_taskyield@VERSION 0.20130412
|
||||
__kmpc_omp_wait_deps@VERSION 0.20130912
|
||||
__kmpc_ordered@VERSION 0.20130412
|
||||
__kmpc_pause_resource@VERSION 9
|
||||
__kmpc_pop_num_threads@VERSION 0.20130412
|
||||
__kmpc_proxy_task_completed@VERSION 0.20150401
|
||||
__kmpc_proxy_task_completed_ooo@VERSION 0.20150401
|
||||
@ -1092,6 +1093,10 @@ libomp.so.5 libomp5 #MINVER#
|
||||
omp_is_initial_device_@VERSION 0.20141212
|
||||
omp_large_cap_mem_alloc@VERSION 8
|
||||
omp_low_lat_mem_alloc@VERSION 8
|
||||
omp_pause_resource@VERSION 9
|
||||
omp_pause_resource_@VERSION 9
|
||||
omp_pause_resource_all@VERSION 9
|
||||
omp_pause_resource_all_@VERSION 9
|
||||
omp_pteam_mem_alloc@VERSION 8
|
||||
omp_set_affinity_format@VERSION 8
|
||||
omp_set_affinity_format_@VERSION 8
|
||||
|
Loading…
Reference in New Issue
Block a user