[PATCH] D79484: [DebugInfo] Fortran module DebugInfo support in LLVM

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 13:28:00 PDT 2020


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

I think this should work. Please watch the bots carefully, particularly the stage2 LTO ones after landing this.



================
Comment at: llvm/lib/IR/DebugInfoMetadata.cpp:729
+                                   IncludePath, APINotesFile, LineNo));
+  Metadata *Ops[] = {File,        Scope,       Name, ConfigurationMacros,
+                     IncludePath, APINotesFile};
----------------
SouraVX wrote:
> djtodoro wrote:
> > Is this clang-formated ?
> Yes!
Yeah, that's something clang-format will actually do.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79484/new/

https://reviews.llvm.org/D79484





More information about the llvm-commits mailing list