[PATCH] D29094: Add verbose printing of line info in LLVM Symbolizer
Simon Que via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 24 13:00:47 PST 2017
sque added inline comments.
================
Comment at: lib/DebugInfo/Symbolize/DIPrinter.cpp:85
+ OS << " Column: " << Info.Column << "\n";
+ OS << " Discriminator: " << Info.Discriminator << "\n";
+ } else {
----------------
Should this be marked as DWARF-only, or placed in a DWARF-only section?
https://reviews.llvm.org/D29094
More information about the llvm-commits
mailing list