[llvm] 341d4cd - [WebAssembly] Move debug tests into DebugInfo

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 11:14:03 PST 2022


Author: Heejin Ahn
Date: 2022-11-29T11:13:42-08:00
New Revision: 341d4cdeb6a7b6526858ac6c86750101e2747e8a

URL: https://github.com/llvm/llvm-project/commit/341d4cdeb6a7b6526858ac6c86750101e2747e8a
DIFF: https://github.com/llvm/llvm-project/commit/341d4cdeb6a7b6526858ac6c86750101e2747e8a.diff

LOG: [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

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

Modified: 
    

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


################################################################################
diff  --git a/llvm/test/CodeGen/WebAssembly/dbgvalue.ll b/llvm/test/DebugInfo/WebAssembly/dbgvalue.ll
similarity index 100%
rename from llvm/test/CodeGen/WebAssembly/dbgvalue.ll
rename to llvm/test/DebugInfo/WebAssembly/dbgvalue.ll

diff  --git a/llvm/test/CodeGen/WebAssembly/debugtest-opt.ll b/llvm/test/DebugInfo/WebAssembly/debugtest-opt.ll
similarity index 100%
rename from llvm/test/CodeGen/WebAssembly/debugtest-opt.ll
rename to llvm/test/DebugInfo/WebAssembly/debugtest-opt.ll

diff  --git a/llvm/test/CodeGen/WebAssembly/stackified-debug.ll b/llvm/test/DebugInfo/WebAssembly/stackified-debug.ll
similarity index 100%
rename from llvm/test/CodeGen/WebAssembly/stackified-debug.ll
rename to llvm/test/DebugInfo/WebAssembly/stackified-debug.ll


        


More information about the llvm-commits mailing list