[Driver] Move -nostdinc like options into IncludePath_Group
With only a link action, we claim all CompileOnly_Group options (including -f*, -m*, -i*, etc). It makes sense to claim -nostdinc family options as well. We can achieve this by placing these options into IncludePath_Group, a derivative of CompileOnly_Group. Reviewed By: theuni Differential Revision: https://reviews.llvm.org/D151944
Loading
Please sign in to comment