r297890 - enable -save-temps with -finclude-defult-header

2017-03-15 Thread Guansong Zhang via cfe-commits
Author: guansong Date: Wed Mar 15 15:57:11 2017 New Revision: 297890 URL: http://llvm.org/viewvc/llvm-project?rev=297890&view=rev Log: enable -save-temps with -finclude-defult-header Currently the two flags can not work together. To illustrate the issue, we can have an one line file a.cl contain

r297896 - fix build break by removing the target on command line

2017-03-15 Thread Guansong Zhang via cfe-commits
Author: guansong Date: Wed Mar 15 16:46:44 2017 New Revision: 297896 URL: http://llvm.org/viewvc/llvm-project?rev=297896&view=rev Log: fix build break by removing the target on command line Modified: cfe/trunk/test/Driver/include-default-header.cl Modified: cfe/trunk/test/Driver/include-defa

Re: r297890 - enable -save-temps with -finclude-defult-header

2017-03-16 Thread Guansong Zhang via cfe-commits
mitting to https://llvm.org/svn/llvm-project/cfe/trunk ... > M test/Driver/include-default-header.cl > Committed r297917 > > Thanks! > > -eric > > On Wed, Mar 15, 2017 at 2:09 PM Guansong Zhang via cfe-commits < > cfe-commits@lists.llvm.org> wrote: > >>