[PATCH] D14231: [Support] Use GetTempDir to get the temporary dir path on Windows.

Paweł Bylica via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 16 07:59:44 PST 2015


chfast added a comment.

It turned out Windows 7 is affected by 130 bytes env var issue. Windows 8 is fine. Sorry for not checking that correctly in the first place as I was supposed to do.

In other words Windows 7 fails unit tests that check 260 char length paths. It there any way we can still safe this patch?


Repository:
  rL LLVM

http://reviews.llvm.org/D14231





More information about the llvm-commits mailing list