[PATCH] D87400: [ms] [llvm-ml] Add support for .radix directive, and accept all radix specifiers

Eric Astor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 14 11:54:13 PDT 2020


epastor updated this revision to Diff 291635.
epastor added a comment.

Handle float literals in MASM earlier, and avoid confusing the hex digit 'e' for an exponential marker.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87400/new/

https://reviews.llvm.org/D87400

Files:
  llvm/include/llvm/MC/MCParser/MCAsmLexer.h
  llvm/lib/MC/MCParser/AsmLexer.cpp
  llvm/lib/MC/MCParser/COFFMasmParser.cpp
  llvm/lib/MC/MCParser/MasmParser.cpp
  llvm/test/tools/llvm-ml/radix.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87400.291635.patch
Type: text/x-patch
Size: 10835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200914/1895c573/attachment.bin>


More information about the llvm-commits mailing list