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
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
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:
>
>>