Removing LLVM submodule and build information.
Code is still present until transitioned over to libjit.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user