KhronosGroup / SPIRV-LLVM-Translator

A tool and a library for bi-directional translation between SPIR-V and LLVM IR
Other
479 stars 213 forks source link

[CI] Fix code style checks by installing libllvmlibc #2564

Closed svenvh closed 4 months ago

svenvh commented 4 months ago

LLVMExports.cmake from already installed packages references files from the libllvmlibc package.

svenvh commented 4 months ago

I should have realized in #2563 that both the out-of-tree and the code style checker jobs were affected...