[PATCH] D38461: [MC] - Don't assert when non-english characters are used.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 2 08:15:11 PDT 2017


davide added a comment.

Indeed isdigit should have its argument converted to uchar proor to the call but, is the result you get from mc correct? http://en.cppreference.com/w/cpp/string/byte/isdigit

If so, can you please check the output in your test?


https://reviews.llvm.org/D38461





More information about the llvm-commits mailing list