Skip to content

Commit 8bec465

Browse files
svenvhsys-ce-bb
authored andcommitted
Fix code style checks by installing libllvmlibc (#2564)
LLVMExports.cmake from already installed packages references files from the libllvmlibc package. Original commit: KhronosGroup/SPIRV-LLVM-Translator@24568f699ca72d7
1 parent 918f669 commit 8bec465

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm-spirv/.github/workflows/check-code-style.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
sudo apt-get install -yqq \
7070
clang-format-${{ env.LLVM_VERSION }} clang-tidy-${{ env.LLVM_VERSION }} \
7171
llvm-${{ env.LLVM_VERSION }}-dev libomp-${{ env.LLVM_VERSION }}-dev \
72+
libllvmlibc-${{ env.LLVM_VERSION }}-dev \
7273
mlir-${{ env.LLVM_VERSION }}-tools \
7374
7475
- name: Generate compile command database

0 commit comments

Comments
 (0)