[PATCH] D69825: [Clang][Driver] Re-use the calling process instead of creating a new process for the cc1 invocation
Dimitry Andric via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 29 13:06:50 PDT 2020
dim added a comment.
FWIW, this change causes https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246630, see in particular https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246630#c18.
For some reason, not spawning a new process for the cc1 stage can lead to non-reproducible output. The exact cause is not known yet.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69825/new/
https://reviews.llvm.org/D69825
More information about the cfe-commits
mailing list