Install llvm 17?

Question:
Is it possible to install LLVM 17 on replit? LLVM 14 works, but nothing newer.

Repl link:
CheerfulSilkyAddition - Replit

error:

       error: attribute 'llvm_17' missing

       at /home/runner/CheerfulSilkyAddition/replit.nix:10:5:

            9|     pkgs.gnumake
           10|     pkgs.llvm_17
             |     ^
           11|   ];
       Did you mean one of llvm_10, llvm_11, llvm_12, llvm_13 or llvm_14?

change your nix.channel in the replit file to unstable to get packages from that channel (but, due to caching, the latest versions aren’t available on replit)

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.