[PATCH] D58952: [llvm] Skip over empty line table entries.
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 15:37:32 PDT 2019
dblaikie added inline comments.
================
Comment at: llvm/test/tools/llvm-symbolizer/only-empty-ranges.s:4-9
+# Produced from the following program, and edited by changing all
+# line numbers in the .s file to 1:
+# int func(int a) {
+# return 1 + a;
+# }
+# compiled with clang -O3 -g -S
----------------
Could you include a comment describing (potentially quoting from llvm-dwarfdump output, stripping extraneous columns, line table header (but keep the line table column titles), etc) what the line table looks like & where the empty range ambiguities arise?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58952/new/
https://reviews.llvm.org/D58952
More information about the llvm-commits
mailing list