[PATCH] D73861: Added DIBasicType scale/picture_string/digits/sign attribute support.

Chirag Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 2 21:59:15 PST 2020


Chirag created this revision.
Chirag added reviewers: aprantl, probinson.
Chirag added a project: debug-info.
Herald added subscribers: llvm-commits, dexonsmith, steven_wu, hiraditya, mehdi_amini.
Herald added a reviewer: deadalnix.
Herald added a project: LLVM.

- Added support for DW_AT_picture_string/DW_AT_digit_count/DW_AT_decimal_sign/DW_AT_binary_scale/DW_AT_decimal_scale
- Added DIBTFlags to DIBasicType.
- Moved BigEndian/LittleEndian flags to DIBasicType from DIType.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D73861

Files:
  llvm/include/llvm-c/DebugInfo.h
  llvm/include/llvm/BinaryFormat/Dwarf.def
  llvm/include/llvm/BinaryFormat/Dwarf.h
  llvm/include/llvm/IR/DIBuilder.h
  llvm/include/llvm/IR/DebugInfoFlags.def
  llvm/include/llvm/IR/DebugInfoMetadata.h
  llvm/lib/AsmParser/LLLexer.cpp
  llvm/lib/AsmParser/LLParser.cpp
  llvm/lib/AsmParser/LLToken.h
  llvm/lib/BinaryFormat/Dwarf.cpp
  llvm/lib/Bitcode/Reader/MetadataLoader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  llvm/lib/IR/AsmWriter.cpp
  llvm/lib/IR/DIBuilder.cpp
  llvm/lib/IR/DebugInfo.cpp
  llvm/lib/IR/DebugInfoMetadata.cpp
  llvm/lib/IR/LLVMContextImpl.h
  llvm/lib/IR/Verifier.cpp
  llvm/test/Assembler/debug-info.ll
  llvm/unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73861.241965.patch
Type: text/x-patch
Size: 50815 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200203/58997c09/attachment-0001.bin>


More information about the llvm-commits mailing list