[all-commits] [llvm/llvm-project] dbc590: [WebAssembly] Fix .functype directives in tests (#...

Heejin Ahn via All-commits all-commits at lists.llvm.org
Mon Sep 16 15:14:57 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dbc590073d2cc2a0bd3260b9a3156a966935c6a1
      https://github.com/llvm/llvm-project/commit/dbc590073d2cc2a0bd3260b9a3156a966935c6a1
  Author: Heejin Ahn <aheejin at gmail.com>
  Date:   2024-09-16 (Mon, 16 Sep 2024)

  Changed paths:
    M llvm/test/MC/WebAssembly/eh-assembly-legacy.s
    M llvm/test/MC/WebAssembly/func-end-errors.s
    M llvm/test/MC/WebAssembly/funcref-from-table.s
    M llvm/test/MC/WebAssembly/type-checker-br.s

  Log Message:
  -----------
  [WebAssembly] Fix .functype directives in tests (#108748)

For defined functions, it appears `.functype` directive should be after
the function label. Otherwise binary generation does not seem to work
correctly. Also this fixes a case that the `.functype` directive's name
is incorrect.



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