<div dir="ltr">Hey all,<div><br><div>As soon as I enable --driver-mode=cl and -nostdinc at the same time and compile a C file, i'm greeted with the error:</div><div>clang.exe: error: unknown argument: '-nostdinc'<br></div><div><br></div><div>I'm using the windows release:</div><div><div>clang version 3.8.0 (branches/release_38)</div><div>Target: x86_64-pc-windows-msvc</div></div><div><br></div><div>It seems this is supposed to be supported, because MSVCToolChain.cpp in clang source uses this:</div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px">void MSVCToolChain::AddClangSystemIncludeArgs(...) { <div>    if (DriverArgs.hasArg(options::OPT_nostdinc)) return;</div><div>    ...</div><div>}</div></blockquote><br><div>How do I get clang-cl mode to accept -nostdinc?</div><div><br></div><div>Thanks,</div><div><br></div><div>Ivan</div></div></div>