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

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 18 07:53:02 PST 2020


aganea added a comment.

@thakis landed a patch to control this behavior on the cmd-line, adding `-fno-integrated-cc1` would solve your issue (ie. revert to old behavior). @NoQ @xazax.hun is that an acceptable solution?


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