[flang-commits] [flang] [mlir] [MLIR][Flang][DebugInfo] Set debug info format in MLIR->IR translation (PR #95098)

Andrzej WarzyƄski via flang-commits flang-commits at lists.llvm.org
Tue Jun 11 07:00:55 PDT 2024


================
@@ -81,6 +82,8 @@ using namespace Fortran::frontend;
   llvm::PassPluginLibraryInfo get##Ext##PluginInfo();
 #include "llvm/Support/Extension.def"
 
+extern llvm::cl::opt<bool> WriteNewDbgInfoFormat;
----------------
banach-space wrote:

Please remove this. The driver should be controlled exclusively through options defined in clang/include/clang/Driver/Options.td.

https://github.com/llvm/llvm-project/pull/95098


More information about the flang-commits mailing list