[PATCH] D54327: Adding debug info to support Fortran (part 3)

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 15:07:14 PDT 2019


schweitz updated this revision to Diff 193976.
schweitz added a comment.

A couple small changes to correct the issues.

- Testing: 1 tests, single process --

PASS: LLVM :: Assembler/invalid-diglobalvariable-empty-name.ll (1 of 1)
Testing Time: 0.18s

  Expected Passes    : 1

- Testing: 1 tests, single process --

PASS: LLVM :: Assembler/invalid-diglobalvariable-missing-name.ll (1 of 1)
Testing Time: 0.05s

  Expected Passes    : 1


Repository:
  rL LLVM

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

https://reviews.llvm.org/D54327

Files:
  include/llvm-c/DebugInfo.h
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/DIBuilder.h
  include/llvm/IR/DebugInfoMetadata.h
  include/llvm/IR/Metadata.def
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/MetadataLoader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
  lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/DIBuilder.cpp
  lib/IR/DebugInfoMetadata.cpp
  lib/IR/LLVMContextImpl.h
  lib/IR/Verifier.cpp
  test/Assembler/DICommonBlock.ll
  test/DebugInfo/Generic/DICommonBlock.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54327.193976.patch
Type: text/x-patch
Size: 22139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190405/de3cf3cf/attachment.bin>


More information about the llvm-commits mailing list