[PATCH] D92505: [ms] [llvm-ml] Warn on redefinition of a command-line definition

Eric Astor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 2 13:09:33 PST 2020


epastor added a comment.

The test here doesn't currently warn - because `text5` is already defined, and as such the line under t5: is lexed as:

  def textequ <redef>

I need to check how ML.EXE handles this!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92505



More information about the llvm-commits mailing list