An Expression Tree to LLVM-IR Example.
A tutorial should be simple. If your like me the last time a tutorial on how to use llvm was simple was the So this is an attempt to get back to something simple while updating for llvm 8.0.1.
brew install llvm
echo 'export PATH="/usr/local/opt/llvm/bin:$PATH"' >> ~/.bash_profile
./build.sh
Further reading on setting up your build:
./expr-ir ab+cde+**