mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 20:49:58 +00:00
Merge branch '16' into 17
This commit is contained in:
commit
a1337d7ebb
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -121,6 +121,13 @@ llvm-toolchain-snapshot (1:17~++20230128060150+75153adeda1a-1~exp1) experimental
|
|||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 28 Jan 2023 18:07:40 +0100
|
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 28 Jan 2023 18:07:40 +0100
|
||||||
|
|
||||||
|
llvm-toolchain-16 (1:16.0.6-15) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Second attempt to refresh D158066.patch (Closes: #1049362)
|
||||||
|
* Second attempt to fix mips64el without loosing ompd
|
||||||
|
|
||||||
|
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 11 Sep 2023 15:40:42 +0200
|
||||||
|
|
||||||
llvm-toolchain-16 (1:16.0.6-14) unstable; urgency=medium
|
llvm-toolchain-16 (1:16.0.6-14) unstable; urgency=medium
|
||||||
|
|
||||||
[ Sylvestre Ledru ]
|
[ Sylvestre Ledru ]
|
||||||
|
10
debian/patches/mips64el-ompt.patch
vendored
Normal file
10
debian/patches/mips64el-ompt.patch
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- llvm-toolchain-16-16.0.6.orig/openmp/runtime/cmake/config-ix.cmake
|
||||||
|
+++ llvm-toolchain-16-16.0.6/openmp/runtime/cmake/config-ix.cmake
|
||||||
|
@@ -328,6 +329,7 @@ else()
|
||||||
|
(LIBOMP_ARCH STREQUAL aarch64) OR
|
||||||
|
(LIBOMP_ARCH STREQUAL aarch64_a64fx) OR
|
||||||
|
(LIBOMP_ARCH STREQUAL ppc64le) OR
|
||||||
|
+ (LIBOMP_ARCH STREQUAL mips64) OR
|
||||||
|
(LIBOMP_ARCH STREQUAL ppc64) OR
|
||||||
|
(LIBOMP_ARCH STREQUAL riscv64) OR
|
||||||
|
(LIBOMP_ARCH STREQUAL loongarch64))
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -148,3 +148,4 @@ force-sse2-compiler-rt.diff
|
|||||||
bolt-disable-emit-relocs.patch
|
bolt-disable-emit-relocs.patch
|
||||||
link-grpc.diff
|
link-grpc.diff
|
||||||
D158066.patch
|
D158066.patch
|
||||||
|
mips64el-ompt.patch
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -1217,7 +1217,7 @@ endif
|
|||||||
|
|
||||||
# Disable the python binding for buster. not sure why it regressed
|
# Disable the python binding for buster. not sure why it regressed
|
||||||
# regressed de4364f1ecaa..0745b0c0354a
|
# regressed de4364f1ecaa..0745b0c0354a
|
||||||
if test "$(DISTRO)" = "buster" -o "$(DISTRO)" = "bionic" -o "$(DEB_HOST_ARCH)" = "mips64el"; then \
|
if test "$(DISTRO)" = "buster" -o "$(DISTRO)" = "bionic"; then \
|
||||||
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/; \
|
mkdir -p $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/; \
|
||||||
touch $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/empty; \
|
touch $(DEB_INST)/usr/lib/llvm-$(LLVM_VERSION)/share/gdb/python/ompd/empty; \
|
||||||
echo "" > debian/python3-lldb-$(LLVM_VERSION).install; \
|
echo "" > debian/python3-lldb-$(LLVM_VERSION).install; \
|
||||||
|
Loading…
Reference in New Issue
Block a user