[PATCH] D15363: [UBSan] Implement runtime suppressions (PR25066).

Nico Weber via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 22 15:56:11 PST 2015


thakis added a comment.

It's because FlagParser::is_space() considers ':' as a space, so it thinks c:\ ends after the c and then starts parsing another flag at the \.

Fix ideas: Don't treat : as space while in quotes, or use ; as separator on Windows.


Repository:
  rL LLVM

http://reviews.llvm.org/D15363





More information about the cfe-commits mailing list