From 5dd43a171512322574510fe994f63f2fef7f62ac Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 17 Jan 2019 10:45:54 +0100 Subject: [PATCH 1/3] fix the changelog --- debian/changelog | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index 95ff6a88..36e7fabf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 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 @@ -34,7 +19,17 @@ llvm-toolchain-8 (1:8~svn351401-1~exp2) experimental; urgency=medium - omp_get_initial_device - omp_get_num_devices - -- Sylvestre Ledru Thu, 17 Jan 2019 10:23:10 +0100 + -- Sylvestre Ledru 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 Wed, 16 Jan 2019 21:59:29 +0100 llvm-toolchain-8 (1:8~svn351401-1~exp1) experimental; urgency=medium From 7e0823ea9e9dcecc290806534271adcbcf668b6e Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 17 Jan 2019 11:50:22 +0100 Subject: [PATCH 2/3] - __kmpc_pause_resource (from v9) - omp_pause_resource (from v9) - omp_pause_resource_all (from v9) --- debian/changelog | 4 ++++ debian/libomp5-X.Y.symbols.in | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 36e7fabf..f2e6af08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,10 @@ llvm-toolchain-snapshot (1:9~svn351420-1~exp1) 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 Thu, 17 Jan 2019 11:04:49 +0100 diff --git a/debian/libomp5-X.Y.symbols.in b/debian/libomp5-X.Y.symbols.in index 1889b329..a140e457 100644 --- a/debian/libomp5-X.Y.symbols.in +++ b/debian/libomp5-X.Y.symbols.in @@ -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 From 9dccdfdecfaccbda931dc2e2f6140b0055c5c246 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 17 Jan 2019 11:51:54 +0100 Subject: [PATCH 3/3] fix a syntax issue --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 95b9871c..2f3b0821 100644 --- a/debian/control +++ b/debian/control @@ -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