Skip to content

Commit ef2a5c5

Browse files
authored
[fuchsia] Use llvm-19 on Fuchsia bots (#366)
The Fuchsia toolchain normally builds with FatLTO, and the existing llvm-17 toolchain does not properly support FatLTO compilation. The 17 release does have a FatLTO pipeline, but frontend support in clang was not ready in time for the llvm-17 release.
1 parent 7406995 commit ef2a5c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildbot/fuchsia/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN curl -fsSL https://apt.kitware.com/keys/kitware-archive-latest.asc | \
3434
apt-get update && apt-get install -y --no-install-recommends cmake && \
3535
rm -rf /var/lib/apt/lists/*
3636

37-
ARG LLVM_VERSION=17
37+
ARG LLVM_VERSION=19
3838

3939
# Install latest LLVM release.
4040
RUN curl -fsSL https://apt.llvm.org/llvm-snapshot.gpg.key | \

0 commit comments

Comments
 (0)