[cfe-dev] Cilk Plus extensions in LLVM/Clang

Mehdi AMINI mehdi.amini at silkan.com
Thu Mar 7 20:08:21 PST 2013


Le 07/03/2013 19:19, Hal Finkel a écrit :
> ----- Original Message -----
>> From: "Mehdi AMINI" <mehdi.amini at silkan.com>
>> To: cfe-dev at cs.uiuc.edu
>> Sent: Thursday, March 7, 2013 8:37:25 PM
>> Subject: Re: [cfe-dev] Cilk Plus extensions in LLVM/Clang
>>
>> Hi,
>>
>>> Also, (and perhaps this is really just a git question), is there an
>>> easy way to generate a patch against the upstream sources from a
>>> clone of the git repository?
>>
>> I think you want to have a look at : git help format-patch
>
> Thanks for the reply, but I don't think that helps me. The problem is that the Cilk commits are interspersed with the commits merged from upstream, which is certainly normal, and the upstream source is not a branch in the repository (I think), so there does not seem to be a clear revision range from which to generate a patch.


I'm not sure exactly what you want to achieve, but you can setup your 
local git with a branch tracking cilkplus, another branch tracking the 
LLVM git mirror, and your own local branches for your work and generated 
any diff/patch between these branches.

Mehdi








More information about the cfe-dev mailing list