[PATCH] D92134: [llvm-symbolizer] Fix native symbolization on windows for inline sites.

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 30 09:34:18 PST 2020


akhuang added a comment.

In D92134#2417347 <https://reviews.llvm.org/D92134#2417347>, @rnk wrote:

> Well, I *can* think of a way to test this from a .s file. Instead of using .cv_inline_line_table, you could use a sequence of `.byte 0xNN, 0xNN` directives. I think you can get the hex codes from llvm-pdbutil dump -symbols. How about it?

How does this work? If I just add `.byte`s they turn into instructions. Or does it need to start with a particular .byte sequence?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92134/new/

https://reviews.llvm.org/D92134



More information about the llvm-commits mailing list