On 22/09/2021 07:32, Andreas Beckmann wrote:
We will proably still run into problems if different ICDs built against different LLVM versions are going to be loaded at the same time (e.g. pocl/llvm9 and intel/llvm1x) because the different llvm versions seem to stomp on each others internal bits. There are bugs open about that ...

If you mean "LLVM ERROR: inconsistency in registered CommandLine options": #768185 (two different LLVM versions) is avoided by -Bsymbolic, while #852746 (two of the same LLVM version) is avoided by static linking.

The above doesn't look like those, but they might only appear with multiple ICDs installed.

Reply via email to