[PATCH] D58534: dsymutil support for DW_OP_convert
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 27 16:45:15 PST 2019
probinson added a comment.
Drive-by nit.
================
Comment at: llvm/lib/DebugInfo/DWARF/DWARFDie.cpp:713
+ switch (Attr) {
+ // From the DWARF specification.
+ case DW_AT_location:
----------------
DWARF v5? As this will be yet another place to update in future revisions.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58534/new/
https://reviews.llvm.org/D58534
More information about the llvm-commits
mailing list