[PATCH] D25597: Try to fix buildbot failure in VirtualFileSystem caused by r284129.

Benjamin Kramer via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 14 03:02:24 PDT 2016


bkramer added a comment.

I think the assertion is correct, there's something fishy with the inputs. The paths coming in should be absolute, and there should never be a .. at the start in a absolute path. This only fails on a single buildbot and doesn't reproduce anywhere else. @bruno any ideas?


https://reviews.llvm.org/D25597





More information about the cfe-commits mailing list