search for: mypatch

Displaying 9 results from an estimated 9 matches for "mypatch".

2020 Aug 10
2
How to deal with multiple patches to the same file
...;Your branch is up to date with 'origin/master'. > >Changes to be committed: > (use "git restore --staged <file>..." to unstage) > modified: llvm/test/Transforms/NewGVN/todo-pr42422-phi-of-ops.ll > > >D:\upstream\llvm-project>git checkout -b mypatch >Switched to a new branch 'mypatch' > >D:\upstream\llvm-project>git status >On branch mypatch >Changes to be committed: > (use "git restore --staged <file>..." to unstage) > modified: llvm/test/Transforms/NewGVN/todo-pr42422-phi-of-ops.ll &g...
2020 Aug 10
2
How to deal with multiple patches to the same file
I think I understand the concepts, but I sure would appreciate a specific example, and I appreciate the offer. To make your life harder, could you start with what I should do given that I have not created a branch for the first patch? I just have the six files staged. I have GitHub Desktop installed, if that makes any of the steps easier. Thanks again, and no rush! At 8/10/2020 10:07 AM,
2011 Apr 27
2
Fwd: Re: xen-qemu-dm does not build with backported xen-4.1
...l ha scritto: > Which specific revision of qemu-xen-4.1 are you using? I'm using a tarball from http://bits.xensource.com/oss-xen/release/4.1.0/xen-4.1.0.tar.gz It seems Thomas used the tools/ioemu-qemu-xen subdirectory as source for xen-qemu-dm. At a first glance I didn't notice debian/mypatches/add-rules.patch: it adds Rules.mk from the tools directory, which get lots of changes from 4.0 to 4.1, so that's probably what causes the error. Thomas, did you try with a newer version of Rules.mk? Niccol? -------- Messaggio originale -------- Oggetto: Re: [Pkg-xen-devel] xen-qemu-dm does...
2020 Mar 04
3
pushing a change to llvm-test-suite
I want to push a change to llvm-test-suite, but I don't know how and must be missing something really obvious here. This is what I did, and what I am getting: $ git clone https://<username>@github.com/llvm/llvm-test-suite.git $ git apply mypatch.diff $ git push origin master Password for 'https://<username>@github.com': remote: Permission to llvm/llvm-test-suite.git denied to <username>. fatal: unable to access 'https://<username>@github.com/llvm/llvm-test-suite.git/': The requested URL returned error: 40...
2019 May 09
2
How to submit a patch?
...the changes from remote origin to local master. 3. Rebase the "test branch" onto the local master. 4. Merge the test branch to master then start building and testing the master branch. 5. If nothing breaks, then I can create a diff file by git show HEAD -U999999 > mypatch.patch from the "master" 6. Upload the patch in the differential and submit for review. Am I missing something? If so, please let me know, it will very helpful for me to start :) If you have any suggestions I would happy to hear from you. LLVM is a fast moving, how often I need to fet...
2011 Jul 18
2
[LLVMdev] Magic Incanatation to apply "svn diff" patches
Dear All, Dumb question: if I create a patch against LLVM mainline using svn diff, what is the magic incantation of the patch command that will apply that patch to another unmodified LLVM tree. Thanks in advance, -- John T.
2011 Jul 18
0
[LLVMdev] Magic Incanatation to apply "svn diff" patches
Do you mean "patch"? patch -p0 < mypatch.diff If not, what are you trying to do that's different? Hope this helps, ~Will On Mon, Jul 18, 2011 at 4:34 PM, John Criswell <criswell at illinois.edu> wrote: > Dear All, > > Dumb question: if I create a patch against LLVM mainline using svn diff, > what is the magic inc...
2009 Sep 06
1
[LLVMdev] llc crash when a const struct includes a zero-length member
...operly after llc'ing and assembling (not surprising, since leaving out the zero-length member leaves the result of the store unchanged). The attached patch applied to the svn trunk snapshot should do the trick. -------------- next part -------------- A non-text attachment was scrubbed... Name: mypatch Type: application/octet-stream Size: 844 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090905/ed1a0333/attachment.obj>
2012 May 01
1
Bug#671018: [xen-utils-common] qemu-ifup breaks networking by changing mac address
...onfig qemu network with xen bridge for ' echo $* ####MY PATCH #echo "Current config of $1 " #ip link show $1 echo "Changing mac address of $1 to fe:ff:ff:ff:ff:ff" ip link set $1 addr fe:ff:ff:ff:ff:ff #echo "checking new config of $1 " #ip link show $1 ####END OF MYPATCH ifconfig $1 0.0.0.0 up brctl addif $2 $1 --- System information. --- Architecture: amd64 Kernel: Linux 2.6.32-5-xen-amd64 Debian Release: 6.0.4 500 stable security.debian.org 500 stable ftp.fr.debian.org 500 squeeze-backports mozilla.debian.net 100 squeeze-backports backports.debian.org --- P...