<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Wed, Sep 13, 2017 at 2:36 PM Paul Robinson via Phabricator <<a href="mailto:reviews@reviews.llvm.org">reviews@reviews.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">probinson added inline comments.<br>
<br>
<br>
================<br>
Comment at: lib/DebugInfo/DWARF/DWARFContext.cpp:243<br>
+  bool ExplicitDWO =<br>
+      Explicit && sys::path::extension(DObj->getFileName()) == ".dwo";<br>
+  auto shouldDumpDWO = [&](unsigned DIDT_Section, StringRef Section) {<br>
----------------<br>
Hmmm now you are attaching a semantic significance to what is just a naming convention.  I don't think that's appropriate.<br>
We should not worry about what "kind" of file it is, just whether the sections exist or not.<br></blockquote><div><br>This conflicts with Adrian's reasonable desire to print headers if they're explicitly requested, even if they're empty - I think that's probably a good thing, so the user doesn't get confused wondering if they spelled the option correctly, etc?<br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<a href="https://reviews.llvm.org/D37771" rel="noreferrer" target="_blank">https://reviews.llvm.org/D37771</a><br>
<br>
<br>
<br>
</blockquote></div></div>