Comment # 25 on bug 97988 from
(In reply to Dieter Nützel from comment #23)
> (In reply to Andy Furniss from comment #21)
> > (In reply to Nicolai Hähnle from comment #20)
> > > Created attachment 127812 [details] [review] [review] [review] [review]
> > > Mesa part of fix
> > > 
> > > LLVM patch https://reviews.llvm.org/D26348 together with the attached patch
> > > for Mesa fix this bug.
> > 
> > Nice, will test later, but is there a actually a nice way to get a patch
> > from Phabricator that will apply from top level with git apply?
> > 
> > I usually fail with "download raw diff" and have to search/sort out the
> > paths by hand.
> 
> Hello Andy,
> 
> how did you solved this?

Turned out to be easier than I remembered from my previous few efforts when
(rarely) applying patches for llvm from there.

All I needed to do, was wherever there is a +++ or --- followed by a path, add
a leading / to the path.

I guess there is a cool command line way like Nicolai says - but I would
probably end up hosing the whole thing if I tried like that :-)


You are receiving this mail because: