mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
The test exposed a bug in the StructuredData Serialization code, which did not escape the backslash properly. This manifested itself as windows breakpoint serialization roundtrip test not succeeding (as windows paths included backslashes). llvm-svn: 282167