[Parallel_libs-commits] [PATCH] D24302: Add streamexecutor-config
Justin Lebar via Parallel_libs-commits
parallel_libs-commits at lists.llvm.org
Wed Sep 7 12:40:06 PDT 2016
jlebar added a comment.
OK. The python code `'\"'` is equivalent to the string containing one character, double-quote. So I think this is good so long as ESCAPE_QUOTES also escapes backslashes as `\\` (which we care about because Windows filenames contain backslashes).
https://reviews.llvm.org/D24302
More information about the Parallel_libs-commits
mailing list