[PATCH] D138871: [WebAssembly] Move debug tests into DebugInfo

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 28 15:30:05 PST 2022


aheejin created this revision.
aheejin added a reviewer: dschuff.
Herald added subscribers: pmatos, asb, wingo, ecnelises, sunfish, jgravelle-google, sbc100.
Herald added a project: All.
aheejin requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This moves debug info tests in `test/CodeGen/WebAssembly` into
`test/DebugInfo/WebAssembly`, to gather all wasm debug info related
tests there.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138871

Files:
  llvm/test/CodeGen/WebAssembly/dbgvalue.ll
  llvm/test/CodeGen/WebAssembly/debugtest-opt.ll
  llvm/test/CodeGen/WebAssembly/stackified-debug.ll
  llvm/test/DebugInfo/WebAssembly/dbgvalue.ll
  llvm/test/DebugInfo/WebAssembly/debugtest-opt.ll
  llvm/test/DebugInfo/WebAssembly/stackified-debug.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138871.478402.patch
Type: text/x-patch
Size: 12886 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221128/87bbf46a/attachment.bin>


More information about the llvm-commits mailing list