Instead of unconditionally copying the PCHBuffer into an ostream which can be
backed either by a string or a file, just make the PCHBuffer itself the
in-memory storage.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I think this might've broken check-clangd: http://45.33.8.238/linux/74320/step_9.txt
The output isn't very useful though, I'm guessing @yln's recent gtest runner change it's not getting printed.
Comment Actions
Thanks, I've reverted this change and fortunately it reproduces locally (I had only run the clang tests, oops).
I'm really concerned about the test runner change though: it means bots yield essentially no information from crashes (no test name, no stack trace).
So if a crash occurs in a bot config but not locally, there's no clear way to debug it.