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

Artem Dergachev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 18 06:48:14 PST 2020


NoQ added a comment.

In D69825#1827826 <https://reviews.llvm.org/D69825#1827826>, @xazax.hun wrote:

> This patch breaks scan-build-py which parses the output of "-###" to get -cc1 command.


Uh-oh, thanks for catching this. The same applies to the regular `scan-build`. Unfortunately, neither is properly tested. We really need to get this fixed.


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