[all-commits] [llvm/llvm-project] f085d0: [UpdateTestChecks] Add wasm64 target

Luke Lau via All-commits all-commits at lists.llvm.org
Tue Jan 10 02:58:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f085d089f9db37f8a3d0e3d15c5a478574a4327d
      https://github.com/llvm/llvm-project/commit/f085d089f9db37f8a3d0e3d15c5a478574a4327d
  Author: Luke Lau <luke at igalia.com>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    M llvm/utils/UpdateTestChecks/asm.py

  Log Message:
  -----------
  [UpdateTestChecks] Add wasm64 target

wasm32 was already supported, so here I've just reused the same regex. I'm not sure if this is actually correct: I don't know for certain if wasm32 and wasm64 have different output formats, but it seems to work.

Reviewed By: dschuff, asb

Differential Revision: https://reviews.llvm.org/D141130




More information about the All-commits mailing list