HI all,
I noticed that llvm/Support/YAMLTraits.h:501
isspace(S.front() || isspace(S.back())
expects non-negative chars, but our apps use non-ascii chars so it
failed at runtime.
On linux platform it doesn't.
Would it be fixed in future release? Thanks.
--
Best Regards
Ding Fei
E-mail: danix800 at gmail.com