diff options
author | Alex Langford <alangford@apple.com> | 2023-10-18 09:06:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 09:06:39 -0700 |
commit | 814a79aea67ba50c1b0d9cce01393b6d4e063e3c (patch) | |
tree | bed738a91623a263ad16873e1f52a6f6f51cd034 /llvm/docs/tutorial/MyFirstLanguageFrontend | |
parent | c80b50349648dcf7fcbf4ae69c62b3d34bee0c70 (diff) | |
download | llvm-814a79aea67ba50c1b0d9cce01393b6d4e063e3c.zip llvm-814a79aea67ba50c1b0d9cce01393b6d4e063e3c.tar.gz llvm-814a79aea67ba50c1b0d9cce01393b6d4e063e3c.tar.bz2 |
[DebugInfo] Separate error generation from reporting in DWARFHeaderUnit::extract (#68242)
Instead of reporting the error directly through the DWARFContext passed
in as an argument, it would be more flexible to have extract return the
error and allow the caller to react appropriately.
This will be useful for using llvm's DWARFHeaderUnit from lldb which may
report header extraction errors through a different mechanism.
Diffstat (limited to 'llvm/docs/tutorial/MyFirstLanguageFrontend')
0 files changed, 0 insertions, 0 deletions