Skip to content

Commit

Permalink
Additional hack to get the tau_f90.sh command line working
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeekman committed Dec 15, 2024
1 parent 8e469e4 commit 9ee13c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/fparse-llvm.in
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ for arg in "$@"; do
elif [[ $arg == -fPIC ]]; then
shift || true
#echo "args remaining: $*"
elif [[ $arg == -g ]]; then
shift || true
#echo "args remaining: $*"
elif [[ -n ${arg:-} ]]; then
args+=("${arg}")
shift || true
Expand Down

0 comments on commit 9ee13c8

Please sign in to comment.