<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span style="font-size:0.75em;">Moin,</span></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">as far as I understand it is just the git clone since there seems no change in the git cloned files:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><a href="https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=llvm-git">https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=llvm-git</a></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">basically it clones and calls:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"><span style="font-family:Hack;">build() {</span></p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> export CFLAGS+=" ${CPPFLAGS}"</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> export CXXFLAGS+=" ${CPPFLAGS}"</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> cmake \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -B _build \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -S "$srcdir"/llvm-project/llvm \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -G Ninja \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D CMAKE_BUILD_TYPE=Release \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D CMAKE_INSTALL_PREFIX=/usr \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_BINUTILS_INCDIR=/usr/include \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_APPEND_VC_REV=ON \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_VERSION_SUFFIX="" \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_HOST_TRIPLE=$CHOST \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_ENABLE_RTTI=ON \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_ENABLE_FFI=ON \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D FFI_INCLUDE_DIR:PATH="$(pkg-config --variable=includedir libffi)" \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_BUILD_LLVM_DYLIB=ON \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_LINK_LLVM_DYLIB=ON \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_INSTALL_UTILS=ON \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_BUILD_DOCS=ON \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_ENABLE_DOXYGEN=OFF \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_ENABLE_SPHINX=ON \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D SPHINX_OUTPUT_HTML:BOOL=OFF \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D SPHINX_WARNINGS_AS_ERRORS=OFF \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D POLLY_ENABLE_GPGPU_CODEGEN=ON \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLDB_USE_SYSTEM_SIX=1 \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -D LLVM_ENABLE_PROJECTS="polly;lldb;lld;compiler-rt;clang-tools-extra;clang" \</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> -Wno-dev</p>
<br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> ninja -C _build $NINJAFLAGS</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;"> ninja -C _build $NINJAFLAGS ocaml_doc</p>
<p style="margin-top:0;margin-bottom:12;margin-left:0;margin-right:0;">}</p>
<br /><br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">Am Montag, 23. August 2021, 03:59:15 CEST schrieben Sie:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> The problem</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> CommandLine Error: Option 'polly-allow-error-blocks' registered more than</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> once!</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> is typically caused by loading Polly multiple times into the address</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> space, e.g. once as static and once more as a shared object using the</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> `-load` mechanism. Your CMake configuration would be necessary to</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> reproduce the problem.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Michael</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Am So., 22. Aug. 2021 um 14:42 Uhr schrieb chiasa.men via llvm-dev</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> <llvm-dev@lists.llvm.org>:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > Attached are logs of the check commands executed while building llvm-git</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > (archlinux AUR package)</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > Both are failing.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > _______________________________________________</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > LLVM Developers mailing list</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > llvm-dev@lists.llvm.org</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</p>
<br /><br /><p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">On Montag, 23. August 2021 03:59:15 CEST Michael Kruse wrote:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> The problem</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> CommandLine Error: Option 'polly-allow-error-blocks' registered more than</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> once!</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> is typically caused by loading Polly multiple times into the address</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> space, e.g. once as static and once more as a shared object using the</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> `-load` mechanism. Your CMake configuration would be necessary to</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> reproduce the problem.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Michael</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> Am So., 22. Aug. 2021 um 14:42 Uhr schrieb chiasa.men via llvm-dev</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> <llvm-dev@lists.llvm.org>:</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > Attached are logs of the check commands executed while building llvm-git</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > (archlinux AUR package)</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > Both are failing.</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > </p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > _______________________________________________</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > LLVM Developers mailing list</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > llvm-dev@lists.llvm.org</p>
<p style="margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;">> > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</p>
<br /><br /></body>
</html>