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 e9a9a3f commit d2b98faCopy full SHA for d2b98fa
.github/workflows/check-out-of-tree-build.yml
@@ -50,6 +50,7 @@ jobs:
50
sudo apt-get -yq --no-install-suggests --no-install-recommends install \
51
clang-${{ env.LLVM_VERSION }} \
52
llvm-${{ env.LLVM_VERSION }}-dev \
53
+ libllvmlibc-${{ env.LLVM_VERSION }}-dev \
54
libomp-${{ env.LLVM_VERSION }}-dev \
55
llvm-${{ env.LLVM_VERSION }}-tools \
56
mlir-${{ env.LLVM_VERSION }}-tools \
0 commit comments