[llvm-dev] 'git llvm push' not working for me on Windows

James Y Knight via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 19 13:03:05 PST 2018


It does sound like I must've broken something, but I believe zturner used
it on windows successfully. Perhaps you could help me debug the issue?
Possibly running it with --verbose would show something useful.

On Mon, Nov 19, 2018 at 1:32 PM <paul.robinson at sony.com> wrote:

> I am consistently getting:
>
> `git apply -p2 -` returned 1
> error: include/llvm/IR/DIBuilder.h: No such file or directory
> [[ etc ]]
> Patch doesn't apply; maybe you should try `git pull -r` first?
>
> My usual response to a problem from git-llvm (which is most often
> an anti-virus issue) is to blow away .git\llvm-upstream-svn but
> that doesn't help this time.
>
> I see James Knight did a "performance improvement" on Friday,
> perhaps that doesn't work so well on Windows?  The main
> performance cost is one-time, and as long as my anti-virus isn't
> trashing things behind my back the performance is just fine;
> so it's not clear this is really a necessary improvement.
> If it's interfering with developing the new git repo, then I'd
> suggest making it optional or platform-dependent.
>
> As a workaround I fetched the previous version of git-llvm
> and put it earlier in my PATH, that worked.
>
> --paulr
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181119/a5bb18fd/attachment.html>


More information about the llvm-dev mailing list