[PATCH] D44184: Write DWARF data into WASM object file
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 12 11:12:10 PDT 2018
sbc100 added a comment.
When I patched this change in I got a failure in test/tools/llvm-objdump/wasm.txt
Also, can you update the test/MC/WebAssembly/debug-info.ll test? In my local version I changed the first line to
`; RUN: llc -filetype=obj %s -o - | llvm-readobj -r -s | FileCheck %s`
Then added the entire output of readobj as `CHECK-NEXT:` lines.
Repository:
rL LLVM
https://reviews.llvm.org/D44184
More information about the llvm-commits
mailing list