[all-commits] [llvm/llvm-project] 341d4c: [WebAssembly] Move debug tests into DebugInfo
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Tue Nov 29 11:14:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 341d4cdeb6a7b6526858ac6c86750101e2747e8a
https://github.com/llvm/llvm-project/commit/341d4cdeb6a7b6526858ac6c86750101e2747e8a
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2022-11-29 (Tue, 29 Nov 2022)
Changed paths:
R llvm/test/CodeGen/WebAssembly/dbgvalue.ll
R llvm/test/CodeGen/WebAssembly/debugtest-opt.ll
R llvm/test/CodeGen/WebAssembly/stackified-debug.ll
A llvm/test/DebugInfo/WebAssembly/dbgvalue.ll
A llvm/test/DebugInfo/WebAssembly/debugtest-opt.ll
A llvm/test/DebugInfo/WebAssembly/stackified-debug.ll
Log Message:
-----------
[WebAssembly] Move debug tests into DebugInfo
This moves debug info tests in `test/CodeGen/WebAssembly` into
`test/DebugInfo/WebAssembly`, to gather all wasm debug info related
tests there.
Reviewed By: dschuff
Differential Revision: https://reviews.llvm.org/D138871
More information about the All-commits
mailing list