[PATCH] D69825: [Clang][Driver] Re-use the calling process instead of creating a new process for the cc1 invocation

Dimitry Andric via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 4 13:51:15 PDT 2020


dim added a comment.

For completeness sake, here are the valgrind outputs of clang rGf7f1abdb889 <https://reviews.llvm.org/rGf7f1abdb8893af4a606ca1a8f5347a426e9c7f9e> (llvmorg-11-init-16778) built by gcc 9.3.0-10ubuntu2 (in RelWithDebInfo mode):
F12078364: llvmorg-11-init-16778-gf7f1abdb889-gcc-1.log <https://reviews.llvm.org/F12078364>

And the exact same version of clang, built by clang 10.0.0-4ubuntu1: F12078366: llvmorg-11-init-16778-gf7f1abdb889-clang-1.log <https://reviews.llvm.org/F12078366>.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69825





More information about the llvm-commits mailing list