fixed Bug in helper script
This commit is contained in:
parent
f818f3847a
commit
801831a2b5
|
@ -27,7 +27,7 @@ compile () {
|
||||||
|
|
||||||
run () {
|
run () {
|
||||||
echo "==== Running $1 ===="
|
echo "==== Running $1 ===="
|
||||||
opt -load-pass-plugin build/libCacheAnalysisPass.so \
|
opt -load-pass-plugin build/lib/libCacheAnalysisPass.so \
|
||||||
-passes='lru-misses(function(loop-unroll-and-jam))' \
|
-passes='lru-misses(function(loop-unroll-and-jam))' \
|
||||||
test/$1.ll -o /dev/null
|
test/$1.ll -o /dev/null
|
||||||
#llvm-dis < out.bc > out.ll
|
#llvm-dis < out.bc > out.ll
|
||||||
|
|
Loading…
Reference in New Issue