[PATCH] D101736: [WebAssembly] Allow DBG_VALUE after terminator in MachineVerifier

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 4 14:57:06 PDT 2021


dschuff added a comment.

Thanks, interesting about `DbgEntityHistoryCalculator`, I saw it but thought that it was just part of the way the translation from dbg_values to DWARF/other debuginfo was done in the platform-independent code. And to be clear, our debug info generation appears to actually be working correctly; it's only the MachineVerifier that is complaining.
I'll take a closer look at `DbgEntityHistoryCalculator`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101736



More information about the llvm-commits mailing list