[PATCH] D102978: [WebAssembly] Add TargetInstrInfo::getCalleeOperand
Derek Schuff via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 24 17:00:52 PDT 2021
dschuff added inline comments.
================
Comment at: llvm/test/DebugInfo/WebAssembly/call-site.ll:8
+; CHECK: 0x0000003d: DW_TAG_GNU_call_site
+; CHECK-NEXT: DW_AT_abstract_origin (0x00000047 "foo")
+
----------------
aheejin wrote:
> Without the fix in this CL, this `"foo"` is not correctly displayed.
Thanks, this is also great because I don't know if we have any other tests that specifically cover callsite info for wasm anyway.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102978/new/
https://reviews.llvm.org/D102978
More information about the llvm-commits
mailing list