Control: tags -1 - patch
Control: tags -1 upstream
Control: reassign -1 libllvm3.9

The real bug here is that libllvm is a shared library with global state, and that loading it twice from the same application (the process of checking which OpenCL driver works on the available hardware involves loading all drivers) hence doesn't work.

beignet-opencl-icd is now statically linked against libllvm to work around this bug, but I don't know whether anything else is affected.

Reply via email to