[PATCH] D54043: Adding debug info to support Fortran (part 1)

Eric Schweitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 09:18:11 PST 2018


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

Use bit 15 as the "extends" bit and free up bit 30.

Also remove the "F word" (Fortran).


Repository:
  rL LLVM

https://reviews.llvm.org/D54043

Files:
  include/llvm-c/DebugInfo.h
  include/llvm/IR/DebugInfoFlags.def
  include/llvm/IR/DebugInfoMetadata.h
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/IR/DebugInfoMetadata.cpp
  test/DebugInfo/fortran-subprogram-at.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54043.172777.patch
Type: text/x-patch
Size: 5547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181106/ee880ec7/attachment.bin>


More information about the llvm-commits mailing list