This makes these thin archives portable between *nix and Windows.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
As a side note, I like the way how Go standard library handles pathnames. In that language, '/' is always a path separator even on Windows, and that makes a lot of things much easier.
Comment Actions
We had similar change in LLD, but did not use LLVM_ON_WIN32 define. May be it can be eliminated ?
Comment Actions
Yeah, I know. I mean that just helps to avoid use of define. Was just a suggestion, since we do in that way in LLD.