[PATCH] D146814: [Flang] Add debug flag to enable current debug information pass
Kiran Chandramohan via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 24 08:19:24 PDT 2023
kiranchandramohan added inline comments.
================
Comment at: flang/include/flang/Frontend/CodeGenOptions.h:18
+#include "clang/Basic/DebugInfoOptions.h"
#include "llvm/Support/CodeGen.h"
----------------
The following patch might be useful to avoid adding the clang header. Could you try it locally and see whether it works? If so you can either commandeer the following patch or alternatively include the following patch as part of the current one.
https://reviews.llvm.org/D142347
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146814/new/
https://reviews.llvm.org/D146814
More information about the cfe-commits
mailing list