[PATCH] D69393: [RFC][DebugInfo] emit user specified address_space in dwarf

Bevin Hansson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 12 08:09:28 PST 2019


ebevhan added a comment.

For what it's worth, in our downstream fork of Clang we have added the ability for function types to possess an address space.

Though technically, even in our fork it is not possible to actually declare functions/function pointers with an address space; the target-specified AS is implicitly applied to all functions.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69393/new/

https://reviews.llvm.org/D69393





More information about the cfe-commits mailing list