This patch helps add support for error handling in DWARFYAML::emitDebugInfo().
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/tools/yaml2obj/ELF/DWARF/debug-info.yaml | ||
---|---|---|
646 | 'a fatal error' -> 'an error' Sorry I didn't notice it, I'll change it later |
Comment Actions
LGTM, with one nit.
llvm/lib/ObjectYAML/DWARFVisitor.h | ||
---|---|---|
16 | Could you forward declare Error here, rather than having an extra include? |
llvm/lib/ObjectYAML/DWARFVisitor.h | ||
---|---|---|
16 | Sure, I will do it later. Thanks! |
Could you forward declare Error here, rather than having an extra include?