From 3c4726916c98355d77bbe017b34bb00d176cd0da Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Sun, 15 Sep 2024 09:59:05 +0000 Subject: [PATCH] [WebAssembly] Rename eh-assembly.s to -legacy.s The plan was to make `eh-assembly.s` contain both the legacy and the new tests, but the new tests require `--no-type-check` because the type checker for the new EH is in progress. In case this drags on further than expected, this renames the current file to `-legacy.s` in order to follow the current naming scheme in `test/CodeGen/WebAssembly`. After landing this first, `eh-assembly-new.s` in #108668 will be renamed to `eh-assembly.s`. --- llvm/test/MC/WebAssembly/{eh-assembly.s => eh-assembly-legacy.s} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename llvm/test/MC/WebAssembly/{eh-assembly.s => eh-assembly-legacy.s} (100%) diff --git a/llvm/test/MC/WebAssembly/eh-assembly.s b/llvm/test/MC/WebAssembly/eh-assembly-legacy.s similarity index 100% rename from llvm/test/MC/WebAssembly/eh-assembly.s rename to llvm/test/MC/WebAssembly/eh-assembly-legacy.s