[flang-commits] [PATCH] D121171: [flang] Add ExternalNameConversionPass to flang-new pipeline
Valentin Clement via Phabricator via flang-commits
flang-commits at lists.llvm.org
Mon Apr 4 04:48:59 PDT 2022
clementval added a comment.
In D121171#3425860 <https://reviews.llvm.org/D121171#3425860>, @awarzynski wrote:
>> Do we still want to add a flag to optionally disable this pass?
>
> Depends on our end goal here. @schweitz mentioned Windows interoperability. I guess that the mangling will be different on other platforms too? We could add the flag to disable `ExternalNameConversionPass` and then use it in tests so that:
Mots of other passes have a disable option when included in the pipeline. I agree that we might not need it right now but why delay a one line option that will for sure be useful in development and testing.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121171/new/
https://reviews.llvm.org/D121171
More information about the flang-commits
mailing list