[PATCH] D43470: [DWARF] Prevent crash when .debug_line line_range is zero
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 19 13:43:22 PST 2018
JDevlieghere added a comment.
IMHO, since these "warnings" effectively abort parsing, the right thing to do here is returning an `llvm::error` which can then be printed by the verifier.
Repository:
rL LLVM
https://reviews.llvm.org/D43470
More information about the llvm-commits
mailing list