[PATCH] D74447: [Clang] After integrated-cc1, ignore -disable-free when there are more than one job in the queue

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 12 06:59:53 PST 2020


thakis added a comment.

I'd think that everyone debugging clang always passes a single TU to it, so I'm not sure debuggability does much here :)

The `-disable-free` code has never been used in normal compilations, so we didn't have to worry about this path. This patch here brings us to 3 modes (in-process cc1 with and without disable-free, out-of-process cc1). My suggestion keeps us to two modes (in-process cc1, out-of-process cc1).


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

https://reviews.llvm.org/D74447





More information about the cfe-commits mailing list