[PATCH] D44560: [DWARF] Rework debug line parsing to use llvm::Error and callbacks
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 29 10:08:09 PDT 2018
dblaikie added a subscriber: jhenderson.
dblaikie added a comment.
I'd probably guess that the best way to expose this is to use a higher
level construct than a raw offset exposed to the user of the API - some
kind of iterator should be exposed & then if parsing can't continue, it
doesn't continue. Rather than exposing the raw offset to the user & having
them have to handle passing it back in, or detecting when not to do so.
Repository:
rL LLVM
https://reviews.llvm.org/D44560
More information about the llvm-commits
mailing list