[PATCH] D52634: [WIP] [WebAssembly] Add DBG_VALUE with local operands location in WebAssemblyExplicitLocals pass
Yury Delendik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 9 13:23:13 PST 2018
yurydelendik marked 2 inline comments as done.
yurydelendik added inline comments.
================
Comment at: include/llvm/BinaryFormat/Dwarf.def:626
+// Extensions for WebAssembly.
+HANDLE_DW_OP(0xF6, WASM_location, 0, WASM)
// Extensions for Fission proposal.
----------------
aprantl wrote:
> `0xf6`
> Did you check against https://sourceware.org/elfutils/DwarfExtensions to see if this is is available?
`0xf6` is taken, using `0xed` instead
Repository:
rL LLVM
https://reviews.llvm.org/D52634
More information about the llvm-commits
mailing list