[cfe-dev] Cilk Plus extensions in LLVM/Clang
Pan, Wei
wei.pan at intel.com
Fri Oct 11 17:40:07 PDT 2013
Hal,
The master branch was not well maintained and I just updated it. Can you try your diff command again?
Wei
-----Original Message-----
From: cfe-dev-bounces at cs.uiuc.edu [mailto:cfe-dev-bounces at cs.uiuc.edu] On Behalf Of Hal Finkel
Sent: Friday, October 11, 2013 6:41 PM
To: Langmuir, Ben
Cc: Mark Lacey; Clang Developer's Mailing List
Subject: Re: [cfe-dev] Cilk Plus extensions in LLVM/Clang
Ben, Mark,
This procedure used to work, but when I try this now (running git clone, then git fetch and then git diff origin/master...cilkplus), I get, in addition to the cilk changes, a bunch of other unrelated changes as well in the diff. Do you know how I might clean this up?
Thanks again,
Hal
----- Original Message -----
> > By the way, there is a more compact way to achieve the equivalent
> >with git:
> > $ git diff origin/master...cilkplus Note the three dots rather
> >than two between the revisions. This shows the diffs from the common
> >merge base up to the cilkplus branch tip.
>
> > Mark
>
> Good catch. I forgot about this syntax!
>
--
Hal Finkel
Assistant Computational Scientist
Leadership Computing Facility
Argonne National Laboratory
_______________________________________________
cfe-dev mailing list
cfe-dev at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
More information about the cfe-dev
mailing list