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

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 13:35:27 PDT 2020


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

Addressed @aprantl comments, Thanks for this!

- Added bitcode round trip test cases to ensure backward compatibility and current version too.
- Added missing test case `Assembler/dimodule.ll`.
- Addressed other comments.


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.262465.patch
Type: text/x-patch
Size: 21004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200506/504cfcaf/attachment.bin>


More information about the llvm-commits mailing list