diff options
author | abidh <haqadeer@amd.com> | 2024-04-11 17:53:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-11 17:53:25 +0100 |
commit | 357f6c7826437f6527db6f99f756a34fb5e0f716 (patch) | |
tree | 7529866b40c3147c391ff21cdd83045ae272720f /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | 3c4b673af05f53e8a4d1a382b5c86367ea512c9e (diff) | |
download | llvm-357f6c7826437f6527db6f99f756a34fb5e0f716.zip llvm-357f6c7826437f6527db6f99f756a34fb5e0f716.tar.gz llvm-357f6c7826437f6527db6f99f756a34fb5e0f716.tar.bz2 |
[flang] Add design document for debug info generation. (#86939)
This document discusses some options where the debug metadata can be
generated. It also goes through various language constructs and explains
how the debug metadata will look like for that construct and how we can
extract that information.
The real point of discussion is how and where to extract the information
about various language features to generate the debug metadata. The
structure of the metadata itself is mostly settled as that is dictated by
the DWARF and structure of LLVM IR metadata. The classic flang
and gfortran generate quite similar DWARF for the various language
constructs.
This document is based on what Kiran posted in
https://reviews.llvm.org/D138534.
---------
Co-authored-by: Tom Eccles <t@freedommail.info>
Co-authored-by: Kiran Chandramohan <kiranchandramohan@gmail.com>
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions