[PATCH] D29670: [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer and reference types

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 14:05:03 PST 2017


kzhuravl updated this revision to Diff 89276.
kzhuravl added a comment.

AddressSpace -> DWARFAddressSpace.


https://reviews.llvm.org/D29670

Files:
  bindings/go/llvm/DIBuilderBindings.cpp
  docs/AMDGPUUsage.rst
  include/llvm/IR/DIBuilder.h
  include/llvm/IR/DebugInfoMetadata.h
  lib/AsmParser/LLParser.cpp
  lib/Bitcode/Reader/MetadataLoader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/CodeGen/AsmPrinter/DwarfUnit.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/DIBuilder.cpp
  lib/IR/DebugInfoMetadata.cpp
  lib/IR/LLVMContextImpl.h
  lib/IR/Verifier.cpp
  test/Assembler/debug-info.ll
  test/Bitcode/upgrade-pointer-address-space.ll
  test/Bitcode/upgrade-pointer-address-space.ll.bc
  test/DebugInfo/AMDGPU/pointer-address-space-dwarf-v1.ll
  test/DebugInfo/AMDGPU/pointer-address-space.ll
  test/Verifier/diderivedtype-address-space-atomic-type.ll
  test/Verifier/diderivedtype-address-space-const-type.ll
  test/Verifier/diderivedtype-address-space-friend.ll
  test/Verifier/diderivedtype-address-space-inheritance.ll
  test/Verifier/diderivedtype-address-space-member.ll
  test/Verifier/diderivedtype-address-space-ptr-to-member-type.ll
  test/Verifier/diderivedtype-address-space-restrict-type.ll
  test/Verifier/diderivedtype-address-space-rvalue-reference-type.ll
  test/Verifier/diderivedtype-address-space-typedef.ll
  test/Verifier/diderivedtype-address-space-volatile-type.ll
  unittests/IR/MetadataTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29670.89276.patch
Type: text/x-patch
Size: 48504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170221/4635e943/attachment.bin>


More information about the llvm-commits mailing list