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

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 8 10:42:43 PDT 2020


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

Addressed @aprantl comments. Thanks for this!

- Added 2 unit test cases in `MetadataTest.cpp`
- Corrected Metadata loading based on record size.
- Corrected and added compare fields in `LLVMContextImpl`.
- Corrected all Nits.


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.262895.patch
Type: text/x-patch
Size: 24227 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200508/804f5d7b/attachment-0001.bin>


More information about the llvm-commits mailing list