[PATCH] D73176: [ARM] Fix dropped dollar sign from symbols in branch targets

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 02:47:04 PST 2020


chill added a comment.

IMHO, we should resolve ambiguity between `$` starting an expression, and `$` being part of an identifier in favour of the latter, reason
being that using `$` instead of `#` is a "non-standard" extension, whereas dollars in identifiers must be fully supported.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73176





More information about the llvm-commits mailing list