Skip to content

Commit 918f669

Browse files
svenvhsys-ce-bb
authored andcommitted
Fix out-of-tree build by installing libllvmlibc (#2563)
LLVMExports.cmake from already installed packages references files from the libllvmlibc package. Original commit: KhronosGroup/SPIRV-LLVM-Translator@d2b98fac642a0f6
1 parent 8806307 commit 918f669

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm-spirv/.github/workflows/check-out-of-tree-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
sudo apt-get -yq --no-install-suggests --no-install-recommends install \
5151
clang-${{ env.LLVM_VERSION }} \
5252
llvm-${{ env.LLVM_VERSION }}-dev \
53+
libllvmlibc-${{ env.LLVM_VERSION }}-dev \
5354
libomp-${{ env.LLVM_VERSION }}-dev \
5455
llvm-${{ env.LLVM_VERSION }}-tools \
5556
mlir-${{ env.LLVM_VERSION }}-tools \

0 commit comments

Comments
 (0)