[PATCH] D94347: [WebAssembly] locals can now be indirect in DWARF

Ingvar Stepanyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 8 15:47:14 PST 2021


RReverser added a comment.

Actually, instead of using DW_AT_location, I think the better approach here would be to add `DW_AT_calling_convention` to the struct entry itself. Normally DWARF relies on consumers knowing the ABI of any given type, but that attribute is explicitly designed to indicate whether a composite type is passed by reference or by value.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94347



More information about the llvm-commits mailing list