[PATCH] D26443: [ELF] - Use backward slashes inside response files
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 9 05:35:24 PST 2016
grimar added inline comments.
================
Comment at: lib/Core/Reproduce.cpp:96
path::append(Res, path::relative_path(Abs));
+ std::replace(Res.begin(), Res.end(), '\\', '/');
----------------
rafael wrote:
> Exactly the same line is in CpioFile::append. Is it dead with this change?
I'll check, I did know about that one.
https://reviews.llvm.org/D26443
More information about the llvm-commits
mailing list