[all-commits] [llvm/llvm-project] 4b4dba: [WebAssembly] Rename eh-assembly.s to -legacy.s (#...
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Mon Sep 16 11:29:46 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b4dbaaede7c6fd215f48dba83e2215a69a8811a
https://github.com/llvm/llvm-project/commit/4b4dbaaede7c6fd215f48dba83e2215a69a8811a
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2024-09-16 (Mon, 16 Sep 2024)
Changed paths:
A llvm/test/MC/WebAssembly/eh-assembly-legacy.s
R llvm/test/MC/WebAssembly/eh-assembly.s
Log Message:
-----------
[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`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list