[PATCH] D61625: Debug Info: Support address space attributes on rvalue references.

Bjorn Pettersson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 7 02:03:56 PDT 2019


bjope added inline comments.


================
Comment at: llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp:799
 
   // If DWARF address space value is other than None, add it for pointer and
   // reference types as DW_AT_address_class.
----------------
nit: I figure the comment can be updated to say something like this:
    "If DWARF address space value is other than None, add it. The IR verifier checks that DWARF address space only exists for pointer or reference types."


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D61625





More information about the llvm-commits mailing list