[PATCH] D49090: [ThinLTO] Escape module paths when printing

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 9 11:24:41 PDT 2018


pcc added a comment.

Would it be possible to make the test case simpler? I'm thinking that you could start with an input file with an embedded path containing a backslash, pipe it through `llvm-as | llvm-dis` and check that the escaping is preserved. That would mean that it could run on non-Windows as well.


https://reviews.llvm.org/D49090





More information about the llvm-commits mailing list