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

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 14:09:15 PDT 2020


SouraVX updated this revision to Diff 262754.
SouraVX added a comment.

Addressed @aprantl review comments, Thanks for this!

- Made `DIFile` as first metadata operand and removed `getFile` from `DIModule`, now it's accessible via `DIScope`.


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.262754.patch
Type: text/x-patch
Size: 23493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200507/e4602bff/attachment.bin>


More information about the llvm-commits mailing list