[PATCH] D145626: [WebAssembly] Support debug info for TLS + global in PIC mode

Derek Schuff via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 10 10:42:19 PST 2023


dschuff added a comment.

One other question about the test. Did you generate it from a C file? When I've made tests like this in the past I've usually included the C source as a comment at the top to make it easier to regenerate if needed.
Maybe we can land this as-is and see how it works in the debugger, and work on the test more if we improve the code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145626



More information about the llvm-commits mailing list