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?