[PATCH] D67563: Debug Info: Add support for named constants

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 11:24:44 PDT 2019


vsk added a subscriber: jingham.
vsk added a comment.

IIUC @jingham makes the argument here <https://bugs.swift.org/browse/SR-10544> that DW_TAG_constant isn't appropriate for swift's 'let', and instead suggests attaching DW_AT_const_value to the DW_TAG_variable (which lldb seems to already understand). Wdyt of that as an alternative?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D67563





More information about the llvm-commits mailing list