A while back, our toolchain shortly moved the Rust compiler ahead of our clang distribution. As a result LTO bitcode from rustc was used in an older LLD. While we don't expect this to be supported ...
This project is designed to compile ESP-IDF source code into LLVM Intermediate Representation (IR), also known as bitcode (.bc). This allows for further analysis and translation of the code. The ...
For those interested in retargeting their compiler to the LLVM, it has been installed in AFS so it can be accessed from the lab machines. Add The gcc front end to llvm does not seem to work (gcc on ...