Skip to content

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 llvm: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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend:WebAssembly llvm:mc Machine (object) code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants