Re: r241035 - Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.

2015-09-28 Thread Adrian Prantl via cfe-commits
Thanks, Eric! Should be fixed in r248762. -- adrian > On Sep 28, 2015, at 4:40 PM, Eric Christopher wrote: > > Actually using the right list now... > > On Mon, Sep 28, 2015 at 4:39 PM Eric Christopher wrote: > Hi Adrian, > > >: CGO(new CodeGenOptions), > -CGM(new CodeGen::CodeGenMo

Re: r241035 - Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.

2015-09-28 Thread Eric Christopher via cfe-commits
Actually using the right list now... On Mon, Sep 28, 2015 at 4:39 PM Eric Christopher wrote: > Hi Adrian, > > >>: CGO(new CodeGenOptions), >> -CGM(new CodeGen::CodeGenModule(C, *CGO, M, TD, C.getDiagnostics(), >> +HSO(new HeaderSearchOptions), >> +PPO(new PreprocessorOptions), >>