You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone git@github.com:apanda/e2d2-llvm.git
cd e2d2-llvm/tools
git clone git@github.com:apanda/e2d2-clang.git clang
git clone git@github.com:apanda/e2d2-lldb.git lldb
cd ..
mkdir build
cmake .. -G Ninja -Wno-dev -DCMAKE_INSTALL_PREFIX=$LLVM_PFX -DLLVM_TARGETS_TO_BUILD="X86"
ninja all
ninja install
Mono
git clone git@github.com:apanda/e2d2-mono.git
cd e2d2-mono
./autogen.sh
make get-monolite-latest
./configure --prefix=$MONO_PFX --with-llvm=$LLVM_PFX --enable-llvm
make
make install