Hacky code as a proposed solution to https://github.com/llvm/llvm-project/issues/61952
This revision needs review, but there are no reviewers specified.
Details
Details
- Reviewers
- None
Summary
Diff Detail
Diff Detail
Paths
| Differential D147625
[WIP] Add DW_AT_bit_size information to _BitInt(N) debug information Needs ReviewPublic Authored by dstenb on Apr 5 2023, 8:53 AM. This revision needs review, but there are no reviewers specified.
Details
Summary Hacky code as a proposed solution to https://github.com/llvm/llvm-project/issues/61952
Diff Detail
Revision Contents
Diff 511120 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
|