We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2b98fa commit 24568f6Copy full SHA for 24568f6
.github/workflows/check-code-style.yml
@@ -69,6 +69,7 @@ jobs:
69
sudo apt-get install -yqq \
70
clang-format-${{ env.LLVM_VERSION }} clang-tidy-${{ env.LLVM_VERSION }} \
71
llvm-${{ env.LLVM_VERSION }}-dev libomp-${{ env.LLVM_VERSION }}-dev \
72
+ libllvmlibc-${{ env.LLVM_VERSION }}-dev \
73
mlir-${{ env.LLVM_VERSION }}-tools \
74
75
- name: Generate compile command database
0 commit comments