[PATCH] D22112: Disambiguate a constant with both 0B prefix and H suffix.
Colin LeMahieu via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 8 09:02:15 PDT 2016
colinl added a comment.
Since the parsing style is specified on the command line at startup, can a flag be attached to MCAsmInfo which specifies whether prefix-bool parsing is activated? It looks like there are similar things already put there such as CommentString and DollarIsPC
http://reviews.llvm.org/D22112
More information about the llvm-commits
mailing list