[PATCH] D26443: [ELF] - Use backward slashes inside response files

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 05:31:51 PST 2016


rafael added inline comments.


================
Comment at: lib/Core/Reproduce.cpp:96
   path::append(Res, path::relative_path(Abs));
+  std::replace(Res.begin(), Res.end(), '\\', '/');
 
----------------
Exactly the same line is in CpioFile::append.  Is it dead with this change?


https://reviews.llvm.org/D26443





More information about the llvm-commits mailing list