[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 11:29:09 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:
Right, this makes more sense now 😅
https://github.com/llvm/llvm-project/pull/95098
More information about the flang-commits
mailing list