[all-commits] [llvm/llvm-project] 7baad0: [WebAssembly][MC] Use StringRef over std::string p...

Sam Clegg via All-commits all-commits at lists.llvm.org
Wed Apr 8 18:30:05 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 7baad0c53c56bb18a54c16e20b046246e43ce917
      https://github.com/llvm/llvm-project/commit/7baad0c53c56bb18a54c16e20b046246e43ce917
  Author: Sam Clegg <sbc at chromium.org>
  Date:   2020-04-08 (Wed, 08 Apr 2020)

  Changed paths:
    M llvm/include/llvm/MC/MCSymbolWasm.h
    M llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.h

  Log Message:
  -----------
  [WebAssembly][MC] Use StringRef over std::string pointer

This is followup based on feedback on 5be42f36f56.
See: https://reviews.llvm.org/D77627.

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




More information about the All-commits mailing list