#!/bin/sh
set -e
cd ../build
make -j$(nproc) llvm-tblgen
make -j$(nproc)
python3 ../src/utils/lit/setup.py build