search for: cloners

Displaying 20 results from an estimated 27 matches for "cloners".

Did you mean: clone's
2019 Dec 19
2
git question about disk space
...has a free github account and clones the llvm-project repo into their account, what is the impact on their disk quota?  The llvm-project is huge but if one only changes a few files, does all the rest count against their quota or is some copy-on-write mechanism sharing the disk space amongst all cloners? thanks, brian
2017 Jun 08
2
DICompileUnit duplication in LLVM 4.0.0?
Thank you. What I need to do to address this? Open an issue on bugs.llvm.org? I'm not sure what the fix needs to be in the cloner. On Thu, Jun 8, 2017 at 4:19 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > There have in the past been bugs in the cloner involving duplicate > DICompileUnits (see e.g. https://reviews.llvm.org/D29240), this one may > need a similar fix.
2023 Apr 11
2
Controlling Outlets on UPS
I have a Tripp Lite UPS and I have a configuration switch on one load and the PC plugged into the other load of the UPS is there any way to control the outlets of the UPS using NUT to allow the load the Switch is one to turn on before the PC load? I keep playing around with cloner drivers but they don't seem to be registering in the UPS -------------- next part -------------- An HTML
2002 Mar 20
3
Cloning an EXT3 drive?
Hello: I've been using EXT3 for awhile with Slackware Linux. I setup a master drive and I've been cloning it to identical hard drives using a hardware cloning device. My new batch of hard drives are a different size, so I can't use the hardware cloner. Is there any way to move the drive to a new, larger drive short of re-installing everything from scratch to make a new master?
2016 Apr 15
2
Can DISubprogram be renamed?
Peter, I am afraid I am missing a big picture with debug info cloning. Certainly after your patch (and possibly in some cases earlier): Cloning: Reduce complexity of debug info cloning and fix correctness issue. Commit r260791 contained an error in that it would introduce a cross-module reference in the old module. It also introduced O(N^2) complexity in the
2017 Jun 08
4
DICompileUnit duplication in LLVM 4.0.0?
All, I'm seeing duplication of DICompileUnits in a pass that worked in 3.8. I assume I'm doing something wrong. Would someone be willing to point me in the right direction? The below minimized pass reproduces my issue in 4.0 with the following error: DICompileUnit not listed in llvm.dbg.cu !1707 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang
2012 Jan 25
3
[LLVMdev] [RFC] Module Flags Metadata
Chandler Carruth wrote: > On Tue, Jan 24, 2012 at 12:02 PM, Bill Wendling <wendling at apple.com > <mailto:wendling at apple.com>> wrote: > > On Jan 24, 2012, at 1:35 AM, Chandler Carruth wrote: > > > On Wed, Jan 18, 2012 at 1:36 PM, Bill Wendling > <wendling at apple.com <mailto:wendling at apple.com>> wrote: > > Hello, >
2012 Jan 27
0
[LLVMdev] [RFC] Module Flags Metadata
On Jan 24, 2012, at 9:11 PM, Nick Lewycky wrote: > Yeah, I can't think of any use for something that would pull out NamedMDNodes for no reason. That said, if you want this to work, please audit the module cloner at the very least (it should copy the NamedMDNodes). > > But what would you do with llvm-extract? llvm-extract already copies over named metadata. > Should it keep a
2015 Jan 16
3
How do you force a VM reboot (when its KPd etc) without interrupting a blockcopy?
My question is this: If you have an ongoing blockcopy (drive-mirror) of a running transient VM, and the VM kernel panics, can you restart the VM without interrupting the ongoing blockcopy? A virsh reboot won't work since if the VM is kernel panicked, its not going to respond to ACPI requests.
2007 Dec 02
3
creation date and OSX
Hi, I've been using rsync (OSX Tiger now Leopard) to backup my home folder daily using -a -H -A -X link-dest=dir to make incremental backups. There was a problem though since many files especially images, movies etc would be recopied each time instead of creating hard links. I have been testing the pre5 release and found that it seems to make hard links correctly for all files. I
2016 Jan 25
2
Why is my rsync transfer slow?
dbonde+forum+rsync.lists.samba.org at gmail.com wrote: > Thank you. I will try your suggestions. First I will connect the NAS Ah, you didn't mention NAS ! How is it connected to the computer hosting "A" ? If via network then you've added *another* layer. > directly to the computer (Do you recommend USB2 or 1 Gb Ethernet? Or should I daisy chain external HD and NAS? Then
2006 Oct 25
0
Help message translation quiete strange (nv 50)
Hello, just installed build 50, and typed ''zfs'' in a shell. I got the help message, and was surprised with it : -------------------- bash-3.00# zfs commande manquante syntaxe : zfs command args ... o? ''command'' est l''une des possibilit?s suivantes : create [[-o property=value] ... ] <filesystem> create [-s] [-b blocksize] [[-o
2023 Sep 04
1
[Pkg-Collaboratos] BioShapes Almost-Package
...ld of biological and chemical sciences a tool to easily generate diagrams depicting the studied biological processes. The package lacks a proper documentation and is not yet released on CRAN. However, it is available on GitHub: https://github.com/discoleo/BioShapes Although there are 27 unique cloners on GitHub, I am still looking for contributors and collaborators. I would appreciate any collaborations to develop it further. I can be contacted both by email and on GitHub. B.) Documentation Tools Is there a succinct, but sufficiently informative description of documentation tools? I find t...
2008 Sep 04
0
Rsync 3.0.3 with patches on OS X 10.4.11 fails to copy ACLs
I am using rsync 3.0.3 to copy a remote RAID volume on one Xserve to the local RAID volume on an other Xserve. Both Xserves are running OS X Server 10.4.11. I have compiled rsync 3.0.3 on both machines and patched it following Mike Bombich's instructions at http://www.bombich.com/mactips/rsync.html After some struggles, and with invaluable help from the list, I how have an rsync script running
2008 Oct 23
0
Rsync 3.0.3 with patches on OS X 10.4.11 fails to copy ACLs
Check that ACL's are enabled on the destination volume. Details on how to do this are available from the following URL : http://connect.homeunix.com/lbackup/doku.php?id=access_control_lists Hope this helps. > I am using rsync 3.0.3 to copy a remote RAID volume on one Xserve to > the > local RAID volume on an other Xserve. Both Xserves are running OS X > Server > 10.4.11.
2015 Jan 16
0
Re: How do you force a VM reboot (when its KPd etc) without interrupting a blockcopy?
On 01/16/2015 10:21 AM, Scott Sullivan wrote: > My question is this: > > If you have an ongoing blockcopy (drive-mirror) of a running transient VM, and the VM kernel panics, can you restart the VM without interrupting the ongoing blockcopy? Sadly, this is not yet possible. There is work being done in upstream qemu to add persistent bitmap support, and the libvirt would have to be
2012 May 14
1
Patches for OS X.
What patch files are necessary to build rsync-3.0.9 for OS X 10.6.8 (Darwin 10.8.0)? Mr. Bombich maintains an excellent page about this, but it's a bit out of date, methinks, and his instructions point to patch files that return some interesting errors. My rsync-3.0.9 is working just fine, btw, with the fileflags and crtimes and hfs-compression patches applied; I just wondered if the others
2016 Apr 20
2
Dangling debug value or bug in argument elimination pass?
David, Peter, Let me try it one more time, now with an example… Short of upstreaming a fake function clone pass, let me only illustrate the issue in raw debug output. Hopefully it should be sufficient. Try this: clang -Os -g -fno-strict-aliasing test_arg_del.ll -mllvm -debug -mllvm -print-after-all After DAE - Removing argument 1 (reg) from foo DAE - Removing argument 2
2009 Nov 05
0
[LLVMdev] Debug Information for LLVM 2.6 and TOT
Hi John, On Thu, Nov 5, 2009 at 8:43 AM, John Criswell <criswell at uiuc.edu> wrote: > Does the debug facilities in LLVM TOT, at present, maintain information > better than LLVM 2.6 (i.e., if a front-end puts the debug information in, > will the optimizations not take it out)?  Does the information that the > llvm-gcc front-end adds comparable to what llvm-gcc in LLVM 2.6 does?
2009 Nov 05
2
[LLVMdev] Debug Information for LLVM 2.6 and TOT
Devang Patel wrote: > Hi John, > > On Wed, Nov 4, 2009 at 12:04 PM, John Criswell <criswell at uiuc.edu> wrote: > >> Dear All, >> >> 1) I recall reading somewhere that a few optimizations in LLVM 2.6 strip >> away debug information when such information interferes with >> optimization. Is this correct, >> > > Yes. > >