================
@@ -45,6 +45,9 @@ RUN wget https://apt.llvm.org/llvm.sh && \
sudo ./llvm.sh 23 && \
rm llvm.sh
+# Install llvm tools
----------------
boomanaiden154 wrote:
This comment is redundant with the actual command line.
https://github.com/llvm/llvm-project/pull/210414