Skip to content

Commit

Permalink
fix llvm-kompile-testing script to pass flag to llvm-kompile instaed …
Browse files Browse the repository at this point in the history
…of clang
  • Loading branch information
theo25 committed Sep 17, 2024
1 parent 7fcf8db commit e060166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/llvm-kompile-testing
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ while [ $# -gt 0 ]; do
shift
done

llvm-kompile "$definition" "$dt_dir" "$mode" "${llvm_kompile_flags[@]}" "${clang_flags[@]}" -g --verify-ir
llvm-kompile "$definition" "$dt_dir" "$mode" "${llvm_kompile_flags[@]}" --verify-ir "${clang_flags[@]}" -g

0 comments on commit e060166

Please sign in to comment.