[llvm] [WebAssembly] Rename eh-assembly.s to -legacy.s (PR #108747)
Heejin Ahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 15 03:03:02 PDT 2024
https://github.com/aheejin created https://github.com/llvm/llvm-project/pull/108747
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`.
>From 3c4726916c98355d77bbe017b34bb00d176cd0da Mon Sep 17 00:00:00 2001
From: Heejin Ahn <aheejin at gmail.com>
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
More information about the llvm-commits
mailing list