r252474 - Create install targets for scan-build and scan-view

Chris Bieneman via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 10 14:18:26 PST 2015


Your custom commands don’t have outputs, so ninja doesn’t know when they need to run or not.

-Chris

> On Nov 10, 2015, at 2:14 PM, Jonathan Roelofs <jonathan at codesourcery.com> wrote:
> 
> 
> 
> On 11/10/15 1:35 PM, Tobias Grosser wrote:
>> On 11/10/2015 09:05 PM, Jonathan Roelofs wrote:
>>> 
>>> 
>>> On 11/10/15 12:48 PM, Tobias Grosser wrote:
>>>> On 11/09/2015 05:12 PM, Jonathan Roelofs via cfe-commits wrote:
>>>>> Author: jroelofs
>>>>> Date: Mon Nov  9 10:12:56 2015
>>>>> New Revision: 252474
>>>>> 
>>>>> URL: http://llvm.org/viewvc/llvm-project?rev=252474&view=rev
>>>>> Log:
>>>>> Create install targets for scan-build and scan-view
>>>> 
>>>> Hi Jonathan,
>>>> 
>>>> this is probably not the commit that introduced this specific issue, but
>>>> since updating today my cmake ninja builds always run:
>>>> 
>>>> "[2/2] Running utility command for scan-view"
>>>> 
>>>> even without me changing any files. Before ninja would just report that
>>>> no work needs to be done. I assume this change is related to some of the
>>>> recent scan-view change and was likely unintended.
>>> 
>>> Can you please try out r252641? I think that should fix what you're
>>> seeing.
>> 
>> I just updated and see this still. Do you see this with ninja/cmake as
>> well?
> 
> I don't normally use Ninja... but looks like my fix didn't work. I don't know how to fix this. Any ideas, Chris?
> 
> 
> Jon
> 
>> 
>> Best,
>> Tobias
> 
> -- 
> Jon Roelofs
> jonathan at codesourcery.com
> CodeSourcery / Mentor Embedded



More information about the cfe-commits mailing list