ilya-biryukov added a comment.

Also tested by temporarily replacing `getRealFileSystem()` body with `return 
createThreadFriendlyRealFS();` and running `check-all`, all tests passed.
To be more specific, there was one crash in clang-format, as there is a piece 
of code that uses raw pointer from `getRealFileSystem` instead of ref-counted 
(i.e. it calls `getRealFileSystem().get()`). After working around that, all 
tests passed.


https://reviews.llvm.org/D36226



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to