[PATCH] D14252: [AsmParser] Allow tokens to be put back in to the token stream.
Jim Grosbach via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 9 13:54:39 PST 2015
grosbach added a comment.
Would it be reasonable to instead add target hooks for things like this? Either specialized things like the comment character handling or something more general like the ability to override recognizing an integer literal or whatever.
Repository:
rL LLVM
http://reviews.llvm.org/D14252
More information about the llvm-commits
mailing list