[all-commits] [llvm/llvm-project] d85b94: [Flang] -funderscoring bug fix
madanial0 via All-commits
all-commits at lists.llvm.org
Thu Jul 13 08:31:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d85b94bf0080dcd780656c0f5e6342800720eba9
https://github.com/llvm/llvm-project/commit/d85b94bf0080dcd780656c0f5e6342800720eba9
Author: Mark Danial <mark.danial at ibm.com>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M flang/include/flang/Optimizer/Transforms/Passes.td
M flang/lib/Optimizer/Transforms/ExternalNameConversion.cpp
M flang/test/Driver/underscoring.f90
Log Message:
-----------
[Flang] -funderscoring bug fix
There was a bug with the -funderscoring / -fno-underscoring options from (https://reviews.llvm.org/D140795) that prevented the driver option from controlling the underscoring behaviour and instead the behaviour could only be controlled by the pass option instead of the driver option. The driver test case did not catch the bug and also needed to be updated.
Reviewed By: awarzynski
Differential Revision: https://reviews.llvm.org/D155042
More information about the All-commits
mailing list