[flang-commits] [flang] [flang] Fix execute_command_line cmdstat is not set when error occurs (PR #93023)
Daniel Chen via flang-commits
flang-commits at lists.llvm.org
Thu Jun 20 07:14:17 PDT 2024
DanielCChen wrote:
Thanks for the update! It looks good to me.
The only minor suggestion is to move the code that checks `status == =1` prior to the code that checks `exitStatusVal` because it was the order before, so it would be easier to compare the changes.
https://github.com/llvm/llvm-project/pull/93023
More information about the flang-commits
mailing list