Skip to content

Commit 2393be4

Browse files
authored
Update LLVM to 17 (#352)
* Bump llvm version to 17.0.1 * docker/Dockerfile: bump LLVM_VERSION to 17
1 parent fe76aa8 commit 2393be4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN mv /wasi-sdk-* /wasi-sdk
1717

1818
FROM ubuntu:22.04
1919

20-
ENV LLVM_VERSION 16
20+
ENV LLVM_VERSION 17
2121

2222
# Install build toolchain including clang, ld, make, autotools, ninja, and cmake
2323
RUN apt-get update && \

src/llvm-project

0 commit comments

Comments
 (0)