[llvm] c108c1e - [WebAssembly] Rename old EH tests to *-legacy (#93585)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 13:26:40 PDT 2024
Author: Heejin Ahn
Date: 2024-05-28T13:26:36-07:00
New Revision: c108c1e94580d70e2be66172ab4397fcff004376
URL: https://github.com/llvm/llvm-project/commit/c108c1e94580d70e2be66172ab4397fcff004376
DIFF: https://github.com/llvm/llvm-project/commit/c108c1e94580d70e2be66172ab4397fcff004376.diff
LOG: [WebAssembly] Rename old EH tests to *-legacy (#93585)
I think test files for the legacy and the new EH (exnref) are better be
separate, and I'd like to use the current test file names for the new
EH, rather than keeping the current files and naming the new ones as
`-new` or something.
Added:
llvm/test/CodeGen/WebAssembly/cfg-stackify-eh-legacy.ll
llvm/test/CodeGen/WebAssembly/exception-legacy.ll
Modified:
Removed:
llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll
llvm/test/CodeGen/WebAssembly/exception.ll
################################################################################
diff --git a/llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll b/llvm/test/CodeGen/WebAssembly/cfg-stackify-eh-legacy.ll
similarity index 100%
rename from llvm/test/CodeGen/WebAssembly/cfg-stackify-eh.ll
rename to llvm/test/CodeGen/WebAssembly/cfg-stackify-eh-legacy.ll
diff --git a/llvm/test/CodeGen/WebAssembly/exception.ll b/llvm/test/CodeGen/WebAssembly/exception-legacy.ll
similarity index 100%
rename from llvm/test/CodeGen/WebAssembly/exception.ll
rename to llvm/test/CodeGen/WebAssembly/exception-legacy.ll
More information about the llvm-commits
mailing list