Skip to content

Commit

Permalink
fix(ci-test): updated to use new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Oct 18, 2023
1 parent 4e87750 commit b42391a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests/profiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function test_discopopPass {
cp ${DISCOPOP_SRC}/scripts/dp-fmap .
./dp-fmap
clang++ -g -c -O0 -S -emit-llvm -fno-discard-value-names "$1" -o out.ll || return 1
opt-11 -S -load=${DISCOPOP_INSTALL}/libi/LLVMDiscoPoP.so --DiscoPoP out.ll -o out_dp.ll --fm-path FileMapping.txt || return 1
opt-11 -S -load=${DISCOPOP_INSTALL}/libi/LLVMDiscoPoP.so --DiscoPoP out.ll -o out_dp.ll || return 1
clang++ out_dp.ll -o out_prof -L${DISCOPOP_INSTALL}/rtlib -lDiscoPoP_RT -lpthread || return 1
./out_prof || return 1
}
Expand Down

0 comments on commit b42391a

Please sign in to comment.