[llvm-dev] Debugging sets and subranges

Peter McKinna via llvm-dev llvm-dev at lists.llvm.org
Thu Aug 2 17:52:41 PDT 2018


Hi,

  Just wondering if there might be support for debugging set types in the
future.
There are a few languages that have an inbuilt set type eg pascal and it
would be
good to support them. At the moment I'm kludging it with arrays of bits but
its less than optimal.
   Also, the DISubrange type is restricted to index types for arrays but it
would be good
if it could be extended to be a type in its own right to support languages
that have
subranges as builtin types.

Regards Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180803/4e327fe4/attachment.html>


More information about the llvm-dev mailing list