This is an archive of the discontinued LLVM Phabricator instance.

[clangd] Record IO precentage for first preamble build of the instance
ClosedPublic

Authored by kadircet on Apr 1 2022, 4:53 AM.

Diff Detail

Event Timeline

kadircet created this revision.Apr 1 2022, 4:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 1 2022, 4:53 AM
kadircet requested review of this revision.Apr 1 2022, 4:53 AM
adamcz added a comment.Apr 1 2022, 4:56 AM

Thanks, I was just about to fix that!

clang-tools-extra/clangd/TUScheduler.cpp
114–115

You're not using Label anywhere. Replace first_build below with Label.

kadircet updated this revision to Diff 419737.Apr 1 2022, 6:11 AM
  • Fix c/p error..
kadircet marked an inline comment as done.Apr 1 2022, 6:12 AM
kadircet added inline comments.
clang-tools-extra/clangd/TUScheduler.cpp
114–115

oops, did that

adamcz accepted this revision.Apr 1 2022, 6:12 AM
This revision is now accepted and ready to land.Apr 1 2022, 6:12 AM
This revision was landed with ongoing or failed builds.Apr 1 2022, 6:13 AM
This revision was automatically updated to reflect the committed changes.
kadircet marked an inline comment as done.