[PATCH] D73873: [clangd] Mechanism to make update debounce responsive to rebuild speed.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 4 06:51:06 PST 2020


sammccall added a comment.

In D73873#1856880 <https://reviews.llvm.org/D73873#1856880>, @thakis wrote:

> This seems to break tests: http://45.33.8.238/linux/9296/step_9.txt


Thanks, I've reverted to take a look. It's weird though:

- don't see this on any lab buildbots or locally
- the lit test stack traces are all in one specific codepath (in selectiontree) that's totally unrelated
- the unit test traces aren't symbolized, but if it's the same stack then they never even use TUScheduler

So possible i'm tickling something latent.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73873/new/

https://reviews.llvm.org/D73873





More information about the cfe-commits mailing list