[PATCH] D26696: Object: replace backslashes with slashes in embedded relative thin archive paths on Windows.
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 15 23:57:55 PST 2016
davide added a comment.
In https://reviews.llvm.org/D26696#597061, @grimar wrote:
> We had similar change in LLD, but did not use LLVM_ON_WIN32 define. May be it can be eliminated ?
There's no point in replacing on *NIX as `/` is naturally the path separator there.
Repository:
rL LLVM
https://reviews.llvm.org/D26696
More information about the llvm-commits
mailing list