[flang-commits] [PATCH] D121171: [flang] Add ExternalNameConversionPass to flang-new pipeline
Valentin Clement via Phabricator via flang-commits
flang-commits at lists.llvm.org
Fri Apr 1 00:41:26 PDT 2022
clementval added inline comments.
================
Comment at: flang/include/flang/Tools/CLOptions.inc:64
DisableOption(FirToLlvmIr, "fir-to-llvmir", "FIR to LLVM-IR dialect");
DisableOption(LlvmIrToLlvm, "llvm", "conversion to LLVM");
#endif
----------------
We might want to add a disable option as well for this pass.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121171/new/
https://reviews.llvm.org/D121171
More information about the flang-commits
mailing list