[all-commits] [llvm/llvm-project] 07c4f1: [ms] [llvm-ml] Lex MASM strings, including escaping
Eric Astor via All-commits
all-commits at lists.llvm.org
Wed Nov 4 12:29:57 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 07c4f1d10b305635cc74c7c853c18197faea5d19
https://github.com/llvm/llvm-project/commit/07c4f1d10b305635cc74c7c853c18197faea5d19
Author: Eric Astor <epastor at google.com>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
M llvm/include/llvm/MC/MCParser/AsmLexer.h
M llvm/include/llvm/MC/MCParser/MCAsmLexer.h
M llvm/lib/MC/MCParser/AsmLexer.cpp
M llvm/lib/MC/MCParser/MasmParser.cpp
M llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
A llvm/test/tools/llvm-ml/strings.test
M llvm/test/tools/llvm-ml/struct.test
M llvm/tools/llvm-ml/llvm-ml.cpp
Log Message:
-----------
[ms] [llvm-ml] Lex MASM strings, including escaping
Allow single-quoted strings and double-quoted character values, as well as doubled-quote escaping.
Reviewed By: thakis
Differential Revision: https://reviews.llvm.org/D89731
More information about the All-commits
mailing list