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

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 11:50:43 PDT 2020


SouraVX updated this revision to Diff 263224.
SouraVX marked 3 inline comments as done.
SouraVX added a comment.

Addressed @aprantl comments, Thanks for this!


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

https://reviews.llvm.org/D79484

Files:
  llvm/include/llvm/IR/DIBuilder.h
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/Bitcode/Reader/MetadataLoader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/DIBuilder.cpp
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/test/Assembler/dimodule.ll
  llvm/test/Bitcode/DIModule-clang-module.ll
  llvm/test/Bitcode/DIModule-clang-module.ll.bc
  llvm/test/Bitcode/DIModule-fortran-module.ll
  llvm/test/Bitcode/DIModule-fortran-module.ll.bc
  llvm/test/DebugInfo/X86/Fortran-DIModule.ll
  llvm/unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79484.263224.patch
Type: text/x-patch
Size: 24227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200511/05bbb969/attachment-0001.bin>


More information about the llvm-commits mailing list