[llvm] 4b4dbaa - [WebAssembly] Rename eh-assembly.s to -legacy.s (#108747)

via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 16 11:29:27 PDT 2024


Author: Heejin Ahn
Date: 2024-09-16T11:29:24-07:00
New Revision: 4b4dbaaede7c6fd215f48dba83e2215a69a8811a

URL: https://github.com/llvm/llvm-project/commit/4b4dbaaede7c6fd215f48dba83e2215a69a8811a
DIFF: https://github.com/llvm/llvm-project/commit/4b4dbaaede7c6fd215f48dba83e2215a69a8811a.diff

LOG: [WebAssembly] Rename eh-assembly.s to -legacy.s (#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`.

Added: 
    llvm/test/MC/WebAssembly/eh-assembly-legacy.s

Modified: 
    

Removed: 
    llvm/test/MC/WebAssembly/eh-assembly.s


################################################################################
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