[PATCH] D26734: [ELF] Don't replace path separators on *NIX
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 16 08:53:17 PST 2016
ruiu added a comment.
I don't really care about silly filename containing \ as part of it, but because that's semantically correct, so I'm fine with this.
Not directly related to this patch, but I found that gnuwin32's cpio behaves very weirdly with filenames containing / as path separators. It mostly works, but it prints out error messages. I guess some part of gnuwin32's cpio doesn't handle / as path separators.
https://reviews.llvm.org/D26734
More information about the llvm-commits
mailing list