Add -fdollars-in-identifiers
/ -fno-dollars-in-identifiers
option
#132
Labels
enhancement
New feature or request
By default clang and gcc allow dollar signs in identifiers even though they are not part of the basic character set. Some target machines do not support dollars in identifiers because the target assembler does not allow them, so
-fno-dollars-in-identifiers
can be used to make them illegal.The text was updated successfully, but these errors were encountered: