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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to