[all-commits] [llvm/llvm-project] 1a69f0: [WebAssembly][NFC] Replace WASM with standard Wasm

Thomas Lively via All-commits all-commits at lists.llvm.org
Tue Aug 11 12:28:23 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a69f02397ae31a484f640aa2d22dbede9f9e3f1
      https://github.com/llvm/llvm-project/commit/1a69f02397ae31a484f640aa2d22dbede9f9e3f1
  Author: Thomas Lively <tlively at google.com>
  Date:   2020-08-11 (Tue, 11 Aug 2020)

  Changed paths:
    M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp

  Log Message:
  -----------
  [WebAssembly][NFC] Replace WASM with standard Wasm

The officially specified abbreviation for WebAssembly is Wasm and the
spec explicitly calls out WASM as being an incorrect spelling. This
patch fixes a few comments and error messages to use the
spec-compliant abbreviation.

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




More information about the All-commits mailing list