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

via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 15 03:03:31 PDT 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mc

@llvm/pr-subscribers-backend-webassembly

Author: Heejin Ahn (aheejin)

<details>
<summary>Changes</summary>

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

``````````

</details>


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


More information about the llvm-commits mailing list