[PATCH] D26734: [ELF] Don't replace path separators on *NIX

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 16 00:42:21 PST 2016


pcc added a comment.

Test case?

I'd note that this isn't so much about wasted work as it is about correctness -- it is legal (although probably not a good idea) for a filename to contain a backslash on *nix.


https://reviews.llvm.org/D26734





More information about the llvm-commits mailing list