[PATCH] D92590: [CodeView] Fix inline sites that are missing code offsets.

Amy Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 13:33:51 PST 2020


akhuang added a comment.

Oh, I do need to fix the existing tests. Actually, the test I wrote probably belongs in that test directory.

I don't think it's a bug in llvm-symbolizer since I don't think we can assume that an inline site starts at offset 0 if it's not specified. llvm-symbolizer with DIA also fails to find the inline site here; I haven't looked at what windbg does.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92590



More information about the llvm-commits mailing list