[llvm] [Github] Install `llvm-tools` in libc container (PR #210414)

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 17 12:47:54 PDT 2026


================
@@ -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


More information about the llvm-commits mailing list