mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-24 16:52:42 +00:00
Use ~++ as RC number as, in the past, I used XX~++ as version name
but this time, I uploaded XX.0.0~++ Not a big deal as the final release will be ok
This commit is contained in:
parent
41f9d6ca3f
commit
c09a924589
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,15 +1,10 @@
|
||||
llvm-toolchain-12 (1:12.0.0~+rc1-1~exp2) experimental; urgency=medium
|
||||
llvm-toolchain-12 (1:12.0.0~++rc2-1~exp1) experimental; urgency=medium
|
||||
|
||||
* New rc release
|
||||
* Enable OpenMP offload capabilities for NVDIA GPUs
|
||||
See https://bugzilla.redhat.com/show_bug.cgi?id=1922914
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 01 Feb 2021 09:05:39 +0100
|
||||
|
||||
llvm-toolchain-12 (1:12.0.0~+rc1-1~exp1) experimental; urgency=medium
|
||||
|
||||
* 12.0 rc1 has been tagged
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 28 Jan 2021 12:16:40 +0100
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 24 Feb 2021 10:18:02 +0100
|
||||
|
||||
llvm-toolchain-12 (1:12.0.0~++20210127035054+8e464dd76bef-1~exp1) experimental; urgency=medium
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -183,7 +183,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel powerpc powerpcspe riscv64 sparc6
|
||||
OPENMP_ENABLE=no
|
||||
else
|
||||
PROJECTS+=;openmp
|
||||
CMAKE_EXTRA += -DLIBOMPTARGET_BUILD_NVPTX_BCLIB=ON
|
||||
CMAKE_EXTRA += -DLIBOMPTARGET_BUILD_NVPTX_BCLIB=ON -DLLVM_ENABLE_RUNTIMES=openmp
|
||||
endif
|
||||
|
||||
RUN_TEST=yes
|
||||
|
Loading…
Reference in New Issue
Block a user