[llvm-dev] check-polly and check-lldb failing

Michael Kruse via llvm-dev llvm-dev at lists.llvm.org
Sun Aug 22 18:59:15 PDT 2021


The problem

CommandLine Error: Option 'polly-allow-error-blocks' registered more than once!

is typically caused by loading Polly multiple times into the address
space, e.g. once as static and once more as a shared object using the
`-load` mechanism. Your CMake configuration would be necessary to
reproduce the problem.

Michael


Am So., 22. Aug. 2021 um 14:42 Uhr schrieb chiasa.men via llvm-dev
<llvm-dev at lists.llvm.org>:
>
> Attached are logs of the check commands executed while building llvm-git (archlinux AUR package)
>
> Both are failing.
>
>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list