diff --git a/debian/changelog b/debian/changelog index 19da8782..29b2b517 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -llvm-toolchain-snapshot (1:13~++20210622094539+d919b73564fa-1~exp1) UNRELEASED; urgency=medium +llvm-toolchain-snapshot (1:13~++20210714114159+03a4702c884a-1~exp1) UNRELEASED; urgency=medium * Refresh the lib of symbols in libomp * As scan-build-py is installed by default ( https://reviews.llvm.org/D104138 ) @@ -8,8 +8,10 @@ llvm-toolchain-snapshot (1:13~++20210622094539+d919b73564fa-1~exp1) UNRELEASED; * Install usr/lib/llvm-13/lib/cmake/openmp/FindOpenMPTarget.cmake in libomp-13-dev.install * Revert of D103865 for causing bug 51026 + * Workaround a compilation issue with libclc + https://bugs.llvm.org/show_bug.cgi?id=51063 - -- Sylvestre Ledru Wed, 23 Jun 2021 09:46:10 +0200 + -- Sylvestre Ledru Wed, 14 Jul 2021 22:45:43 +0200 llvm-toolchain-snapshot (1:13~++20210619101720+e1adf90826a5-1~exp1) experimental; urgency=medium diff --git a/debian/rules b/debian/rules index fd19d398..deec5196 100755 --- a/debian/rules +++ b/debian/rules @@ -520,7 +520,8 @@ debian-libclc-build: -DCMAKE_INSTALL_DATADIR=/usr/lib \ -DCMAKE_INSTALL_INCLUDEDIR=/usr/include \ -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) touch $@