From 801831a2b5b6279949359910c07413cdb3a0a8bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20H=C3=B6lscher?= Date: Tue, 17 May 2022 08:20:52 +0200 Subject: [PATCH] fixed Bug in helper script --- helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.sh b/helper.sh index 04e1414..1bb80ac 100755 --- a/helper.sh +++ b/helper.sh @@ -27,7 +27,7 @@ compile () { run () { 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))' \ test/$1.ll -o /dev/null #llvm-dis < out.bc > out.ll