mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 16:08:27 +00:00
Revert "Workaround a compilation issue with libclc https://bugs.llvm.org/show_bug.cgi?id=51063"
This reverts commit 0d5176e591
.
This commit is contained in:
parent
ab58d4d880
commit
e1e4abe8fc
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,4 +1,4 @@
|
|||||||
llvm-toolchain-snapshot (1:13~++20210714114159+03a4702c884a-1~exp1) UNRELEASED; urgency=medium
|
llvm-toolchain-snapshot (1:13~++20210622094539+d919b73564fa-1~exp1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Refresh the lib of symbols in libomp
|
* Refresh the lib of symbols in libomp
|
||||||
* As scan-build-py is installed by default ( https://reviews.llvm.org/D104138 )
|
* As scan-build-py is installed by default ( https://reviews.llvm.org/D104138 )
|
||||||
@ -8,10 +8,8 @@ llvm-toolchain-snapshot (1:13~++20210714114159+03a4702c884a-1~exp1) UNRELEASED;
|
|||||||
* Install usr/lib/llvm-13/lib/cmake/openmp/FindOpenMPTarget.cmake
|
* Install usr/lib/llvm-13/lib/cmake/openmp/FindOpenMPTarget.cmake
|
||||||
in libomp-13-dev.install
|
in libomp-13-dev.install
|
||||||
* Revert of D103865 for causing bug 51026
|
* Revert of D103865 for causing bug 51026
|
||||||
* Workaround a compilation issue with libclc
|
|
||||||
https://bugs.llvm.org/show_bug.cgi?id=51063
|
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 14 Jul 2021 22:45:43 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 23 Jun 2021 09:46:10 +0200
|
||||||
|
|
||||||
llvm-toolchain-snapshot (1:13~++20210619101720+e1adf90826a5-1~exp1) experimental; urgency=medium
|
llvm-toolchain-snapshot (1:13~++20210619101720+e1adf90826a5-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -520,8 +520,7 @@ debian-libclc-build:
|
|||||||
-DCMAKE_INSTALL_DATADIR=/usr/lib \
|
-DCMAKE_INSTALL_DATADIR=/usr/lib \
|
||||||
-DCMAKE_INSTALL_INCLUDEDIR=/usr/include \
|
-DCMAKE_INSTALL_INCLUDEDIR=/usr/include \
|
||||||
-DLLVM_CONFIG=$(CURDIR)/$(TARGET_BUILD_STAGE2)/bin/llvm-config \
|
-DLLVM_CONFIG=$(CURDIR)/$(TARGET_BUILD_STAGE2)/bin/llvm-config \
|
||||||
-DLIBCLC_TARGETS_TO_BUILD="amdgcn--;amdgcn--amdhsa;r600--;nvptx--;nvptx64--;nvptx--nvidiacl;nvptx64--nvidiacl" \
|
-DLIBCLC_TARGETS_TO_BUILD="amdgcn--;amdgcn--amdhsa;r600--;nvptx--;nvptx64--;nvptx--nvidiacl;nvptx64--nvidiacl"; \
|
||||||
-DCMAKE_LLAsm_FLAGS=-cl-no-stdinc -DCMAKE_CLC_FLAGS=-cl-no-stdinc && \
|
|
||||||
make $(NJOBS) $(VERBOSE)
|
make $(NJOBS) $(VERBOSE)
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user