[PATCH] D112826: [DebugInfo] Fortran debug info emission in Code View.

Chih-Ping Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 29 08:52:38 PDT 2021


cchen15 created this revision.
Herald added a subscriber: hiraditya.
cchen15 requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

The change set covers the following four areas:

1. Handling DIStringType with SizeInBits field. DIStringType is used to encode Fortran character types.
2. Emitting the proper offset for a DIGlobalVariable with a constant offset encoded in the DIExpression field of its DIGlobalVariableExpression.
3. Handling array count based on the LowerBound field of a DISubrange.
4. Emitting the name of a DIGlobalVariable without scoping info for Fortran.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112826

Files:
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h
  llvm/test/DebugInfo/fortran-basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112826.383377.patch
Type: text/x-patch
Size: 18656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211029/99847d9b/attachment.bin>


More information about the llvm-commits mailing list