[PATCH] D51155: [clangd] Allow to merge symbols on-the-fly in global-symbol-builder

Ilya Biryukov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 23 03:43:44 PDT 2018


ilya-biryukov added a comment.

- New mode

./bin/global-symbol-builder -merge-on-the-fly -executor=all-TUs  > /dev/null

  40079.41s user 1874.40s system 5340% cpu 13:05.56 total

- Old mode

Still running, expect it to be more than 40minutes... Will update when I have the numbers.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D51155





More information about the cfe-commits mailing list