plotfi marked 7 inline comments as done. plotfi added inline comments.
================ Comment at: clang/lib/Driver/Types.cpp:328 + IfsModePhaseList, std::back_inserter(P), [&DAL](phases::ID Phase) { + return Phase <= ((DAL.getLastArg(options::OPT_c)) ? phases::Compile + : phases::IfsMerge); ---------------- compnerd wrote: > How does `-c` `-emit-interface-stubs` and multiple input play together? Dropped the code for -c. For now, to get the straight up ifs I think -cc1 can be sufficient. There are some hairy things regarding getting the correct InputType from Driver::BuildInputs that need to be sorted first. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D63978/new/ https://reviews.llvm.org/D63978 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits