Skip to content

[WebAssembly] Rename eh-assembly.s to -legacy.s #108747

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

aheejin
Copy link
Member

@aheejin aheejin commented Sep 15, 2024

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.

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 llvm#108668 will be renamed
to `eh-assembly.s`.
@aheejin aheejin requested a review from dschuff September 15, 2024 10:02
@llvmbot llvmbot added backend:WebAssembly mc Machine (object) code labels Sep 15, 2024
@llvmbot
Copy link
Member

llvmbot commented Sep 15, 2024

@llvm/pr-subscribers-mc

@llvm/pr-subscribers-backend-webassembly

Author: Heejin Ahn (aheejin)

Changes

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.


Full diff: https://github.com/llvm/llvm-project/pull/108747.diff

1 Files Affected:

  • (renamed) llvm/test/MC/WebAssembly/eh-assembly-legacy.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

@aheejin aheejin merged commit 4b4dbaa into llvm:main Sep 16, 2024
11 checks passed
@aheejin aheejin deleted the eh_assembly_legacy branch September 16, 2024 18:29
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
backend:WebAssembly mc Machine (object) code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants