[PATCH] D154202: [MC/AsmLexer] Add '?' (Question) token

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 12:00:32 PDT 2023


MaskRay added a comment.

In MSVC, mangled C++ names start with `?` and the symbols are quoted. If your target needs `?`, you can use quotes as well?

In GNU assembler, there is an undocumented MRI mode that accepts `?`, but we don't support the mode.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154202



More information about the llvm-commits mailing list