LLVM 16 and 17), ninja, make, and CMake installed to build this on your local sy
# Task 8 – Compilers/LLVM This task involves implementing two LLVM passes and a runtime library that your LLVM pass will invoke. When developing LLVM passes, you can find a lot of valuable methods already implemented in LLVM. You are allowed (and encouraged!) to use them instead of re-implementing logic yourself. Before starting your implementation, […]
LLVM 16 and 17), ninja, make, and CMake installed to build this on your local sy Read More »