[PATCH] D38977: COFF: Add type server pdb files to linkrepro tar file.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 17 15:06:17 PDT 2017


ruiu added a comment.

Yeah, some tests failed on some bots due to the maximum path limitation on Windows. /linkrepro actually works just fine, but in order to verify its contents, we have to untar the produced file into a working directory. That sometimes fails because the length of the current working directory + pathnames in the tar could easily exceed 255 characters long on some bots.


https://reviews.llvm.org/D38977





More information about the llvm-commits mailing list