[PATCH] D29671: [DebugInfo] Add address space when creating DIDerivedTypes

Konstantin Zhuravlyov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 00:46:59 PST 2017


kzhuravl updated this revision to Diff 88666.
kzhuravl marked an inline comment as done.
kzhuravl added a comment.
Herald added a subscriber: nhaehnle.

Address review feedback:

- Add target hook for asking about LLVM AS -> DWARF AS
- Use `Optional<unsigned>` for DWARF AS


https://reviews.llvm.org/D29671

Files:
  include/clang/Basic/TargetInfo.h
  lib/Basic/Targets.cpp
  lib/CodeGen/CGDebugInfo.cpp
  test/CodeGenOpenCL/amdgpu-debug-info-pointer-address-space.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29671.88666.patch
Type: text/x-patch
Size: 15978 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170216/f5da3046/attachment-0001.bin>


More information about the llvm-commits mailing list