We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05baf4 commit 1e36609Copy full SHA for 1e36609
1 file changed
aspis.sh
@@ -409,7 +409,7 @@ run_aspis() {
409
410
## Backend
411
exe $OPT $build_dir/out.ll -o $build_dir/out.ll -S $opt_flags
412
- if [[ -n "$enable_profiling" ]]; then
+ if [[ "$enable_profiling" == "true" ]]; then
413
title_msg "ASPIS Profiling"
414
exe $OPT --enable-new-pm=1 -load-pass-plugin=$DIR/build/passes/libPROFILER.so --passes="aspis-insert-check-profile" $build_dir/out.ll -o $build_dir/out.ll -S
415
success_msg "Code instrumented."
0 commit comments