[PATCH] D102978: [WebAssembly] Add TargetInstrInfo::getCalleeOperand
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 24 15:22:27 PDT 2021
aheejin 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")
+
----------------
Without the fix in this CL, this `"foo"` is not correctly displayed.
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