[PATCH] D147625: [WIP] Add DW_AT_bit_size information to _BitInt(N) debug information

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 08:53:40 PDT 2023


dstenb created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
dstenb requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Hacky code as a proposed solution to https://github.com/llvm/llvm-project/issues/61952


https://reviews.llvm.org/D147625

Files:
  clang/lib/CodeGen/CGDebugInfo.cpp
  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/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/DIBuilder.cpp
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/lib/IR/LLVMContextImpl.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147625.511120.patch
Type: text/x-patch
Size: 13672 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230405/ac53d84c/attachment.bin>


More information about the llvm-commits mailing list