[PATCH] D38240: [dwarfdump] Add support for -debug-line=OFFSET

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 25 09:16:19 PDT 2017


aprantl accepted this revision.
aprantl added a comment.

Without having checked out API yet — this is still traversing over all CUs to find the one with the entry. This could be slow for something like clang.dSYM. Is there a way to find the one CU containing the entry quicker? If not, this LGTM.


Repository:
  rL LLVM

https://reviews.llvm.org/D38240





More information about the llvm-commits mailing list