git clone [email protected]:codes1gn/llvm-project.git
git checkout llvmorg-15.0.1
./build_mlir.sh
./build_rum_bindings.sh
or build from docker
docker pull kernelci/clang-15
docker run -itd -v <local dir>:<target dir> -p <local port>:<target port> --network host --name <container-name> <image-name>
docker exec -it <container-name> /bin/bash
apt install build-essential,cmake,liblapack-dev,libopenblas-dev,curl,wget,ninja-build
./build_mlir.sh
./build_rum_bindings.sh
This project is licensed under the MIT license
Leave a ⭐ if you like this project
Readme made with 💖 using README Generator by Dhravya Shah