Files
Andrew Marshall e6b738aa10 openshadinglanguage: enable LLVM_STATIC to avoid conflicts
When OSL is included in a downstream consumer that has other
dependencies with different libllvm versions, crashes often ensue. Avoid
this by linking statically to it. This then requires libxml on Linux.

Notably, this fixes blender when built with rocmSupport, as ROCm deps
depend on a conflicting libllvm.
2026-07-15 09:30:38 -04:00
..