Updated LLVM toolchain from version 18 to version 19

This commit is contained in:
OpenSauce04 2025-02-23 23:19:53 +00:00
parent 36e6a01e82
commit 1ea4df21e3

View File

@ -13,15 +13,15 @@ RUN apt-get install -y \
# Tools # Tools
build-essential \ build-essential \
ccache \ ccache \
clang-18 \ clang-19 \
clang-format-18 \ clang-format-19 \
cmake \ cmake \
curl \ curl \
file \ file \
git \ git \
libc++-18-dev \ libc++-19-dev \
lld \ lld \
llvm-18 \ llvm-19 \
ninja-build \ ninja-build \
python3-pip \ python3-pip \
ruby \ ruby \