Removing LLVM submodule and build information.

Code is still present until transitioned over to libjit.
This commit is contained in:
Ben Vanik
2013-05-19 09:29:22 -07:00
parent 0aa7d1ec05
commit 1ce68ca7fe
9 changed files with 5 additions and 149 deletions

View File

@@ -18,15 +18,3 @@ fi
--trace_instructions=false \
--abort_before_entry=true \
1>build/run.txt
#2>build/run.llvm.txt \
if [ ! -s build/run.llvm.txt ]; then
rm build/run.llvm.txt
fi
if [ -e build/$1-preopt.bc ]; then
./build/llvm/release/bin/llvm-dis build/$1-preopt.bc
fi
if [ -e build/$1.bc ]; then
./build/llvm/release/bin/llvm-dis build/$1.bc
fi