[all-commits] [llvm/llvm-project] ddd48c: [ms] [llvm-ml] Add support for line continuations ...

Eric Astor via All-commits all-commits at lists.llvm.org
Wed Sep 2 09:12:35 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ddd48cdba690fdeefc6ad02a912b63bdb66401b4
      https://github.com/llvm/llvm-project/commit/ddd48cdba690fdeefc6ad02a912b63bdb66401b4
  Author: Eric Astor <epastor at google.com>
  Date:   2020-09-02 (Wed, 02 Sep 2020)

  Changed paths:
    M llvm/lib/MC/MCParser/MasmParser.cpp
    A llvm/test/tools/llvm-ml/line_continuations.test

  Log Message:
  -----------
  [ms] [llvm-ml] Add support for line continuations in MASM

Add support for line continuations (the "backslash operator") in MASM by modifying the Parser's Lex method.

Reviewed By: thakis

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




More information about the All-commits mailing list