[PATCH] D69825: [Clang][Driver] Re-use the calling process instead of creating a new process for the cc1 invocation
Gábor Horváth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 16:37:06 PST 2020
xazax.hun added subscribers: phosek, NoQ, haowei, xazax.hun.
xazax.hun added a comment.
Hi!
This patch breaks scan-build-py which parses the output of "-###" to get -cc1 command. There might be other tools with the same problems. Could we either remove `(in-process)` from `CC1Command::Print` or add a line break?
Having the last line as a valid invocation is valuable and there might be tools relying on that.
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