[PATCH] D38977: COFF: Add type server pdb files to linkrepro tar file.
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 17 15:37:33 PDT 2017
zturner added a comment.
OpenBSD is the only one I can find after a quick search whose `tar` doesn't support `-O`. or at the very least, the man page I found doesn't. On the other hand, if 1-2 platforms are going to have to be disabled //no matter what// because there is no way to write it for all platforms, and we can choose between "enabled on Windows, disabled on platform X" versus "enabled on platform X, disabled on Windows", I think we should prefer the former, since this is in the Windows linker.
https://reviews.llvm.org/D38977
More information about the llvm-commits
mailing list