[PATCH] D44560: [DWARF] Rework debug line parsing to use llvm::Error and callbacks

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 27 04:00:29 PDT 2018


jhenderson added a comment.

So it turns out that the DWARFContext already has an error handler, which has a Halt/Continue policy (similar to what we need for debug_line)! I'm still investigating usability, but it looks like we might not need an entirely new mechanism...


Repository:
  rL LLVM

https://reviews.llvm.org/D44560





More information about the llvm-commits mailing list