[PATCH] D82630: [ObjectYAML][DWARF] Collect diagnostic message when YAMLParser fails.

Xing GUO via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 26 02:41:05 PDT 2020


Higuoxing added a comment.

In D82630#2116337 <https://reviews.llvm.org/D82630#2116337>, @jhenderson wrote:

> Thanks for this! I just want to make sure that the normal error message hasn't degraded as a result. Does yaml2obj produce the same full error message as before?


`DWARFYAML::emitDebugSections()` isn't used in yaml2obj. It's only used in unit testing. Hence, this patch doesn't affect yaml2obj.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82630





More information about the llvm-commits mailing list