similar to: LLVM PDB Support

Displaying 20 results from an estimated 10000 matches similar to: "LLVM PDB Support"

2009 Jan 23
2
[Bridge] RSTP user mode implementation
Hi, I am working on implementations of RSTP and MSTP. It would be of great help of me if you could provide me with a robust open source implementation of RSTP and MSTP which I can have a look upon and some guidelines on how to implement/configure on Linux. Looking for a positive response soon. Regards, Abhishek. DISCLAIMER:
2012 Oct 19
2
HP Z820 - Does not boot xen
Hi, We have a brand new HP Z820 system which is a E5 based sandy-bridge server with NVIDIA Quadro 600 Graphics card. The machine has 32GB RAM and 8 CPUs (16 with Hyper threading enabled) The system has AMI BIOS 2.07 (the latest). We have enabled Hyper-threading, VT-d, VMX in the BIOS. We installed Ubuntu 12.04 first, followed by, XEN installation (the one that is packaged (4.1) along with
2017 Sep 08
1
Antwort: Antwort: Re: Windows 10 and Java Applications on a samba share
Hai, Dit you set : acl allow execute always = yes Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Nils > Wieseloh via samba > Verzonden: vrijdag 8 september 2017 9:43 > Aan: nils.wieseloh at vit.de > CC: samba at lists.samba.org; Brian Cowan; samba > Onderwerp: [Samba] Antwort: Antwort: Re: Windows 10 and
2018 Dec 12
2
Testing compiler reliability using Csmith
You may also be interested in the following resources on compilers correctness (articles, software, and talks -- from the general topics to the ones specifically focused on testing, validation, and verification): https://github.com/MattPD/cpplinks/blob/master/compilers.correctness.md Best regards, Matt P. Dziubinski On 12/7/2018 20:19, Philip Reames via llvm-dev wrote: > There's also
2006 Jun 07
2
Xen problem in AMD Athelon(tm) XP 2400+
Hi, I have the following configuration for Xen 3.0 OS: Fedora core 5.0 Processor: AMD Athelon(tm ) XP 2400+ RAM: 1GB I have installed the following RPM into this machine. xen-3.0.1-4.i386 kernel-xen0-2.6.15-1.2054_FC5.i686 kernel-xenU-2.6.15-1.2054_FC5.i686 After rebooting the machine..i have choose the Domain0 option to boot in domain0. But it show''s some hardware
2009 Jan 19
2
Not able to read the content of the file.
Hi, I want to read the list of files from txt file. I am using -files-from=myFile.txt command but I am getting the error. Please tell me how to read the list of files from other file. I am using this below Rsync command:- rsync -r -R -e " ssh " --rsync-path=/usr/bin/rsync --files-from=myFile.txt /destination myFile.txt contain the name of files with path. rsync version
2007 Oct 29
5
problem in starting xend
problem in starting xend I tried to install xen, but got some errors when starting xend. as I logged in and tried to start xend (/etc/init.d/xend start). I just got six-seven dot (.) printed out, then it stops. I looked more closely and found that xend could not start. then I looked at /var/log/xend-debug.log. here is the last few lines: ^^^    Exception starting Xend: no element found:
2007 Feb 19
5
Structure of the Xen source code
Structure of the Xen source code hi all, I installed Xen on my Gentoo machine successfully from source. Now i am going through the code. instead of banging aimlessly for a week or so i thought i should ask the mailing list the following small doubts. I noticed that following directories are there in my xen-3.0.3_0-src directories. 1. linux-2.6.-xen-sparse 2. pristine-linux-2.6.16.29 3.
2006 Jul 21
3
How set up CPU time
Hi all, i know that for each virtual machine i can set up a number of vcpu. But if i want to give only a % of the real CPU? For example: how can i set up a virtual domain for using only 20% of the real CPU? is it possible? Ty in advance D. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2008 Jun 13
9
Xen shows single processor on a dual core system
Hi all, On dual core processor machine, I installed ubuntu-8.04 in which I installed xen-3.2. In ubuntu: # cat /proc/cpuinfo --> Shows two processors information. But in Xen on the same machine: # cat /proc/cpuinfo --> Shows only one processor information. Can anyone please explain what could be the reason behind this? Thanks Saravana
2007 Aug 31
1
sip:EXTEN;phone-context in asterisk dial plan
Hi, Can any one please guide how do I handle the SIP phone-context URI parameter. I got following traces.. 9.191690 IP_A -> IP_B SIP/SDP Request: INVITE sip:12599;phone-context=private at IP_B:5060;user=phone, with session description 9.191942 IP_B -> IP_A SIP Status: 404 Not Found 9.195656 IP_A -> IP_B SIP Request: ACK sip:12599;phone-context=private at
2018 Sep 17
0
Re: How to assign IP via virt-install
You've not given libvirt anything to install; therefore, it has nothing it can tell about the IP address. Are you intending, for example, to add a mapping between MAC and IP address to a DHCP server for later use? - Peter On Mon, 17 Sep 2018 at 13:23, Devis Reagan Ponraj -ERS, HCL Tech < devisreagan-p@hcl.com> wrote: > Hi Team , > > I am new to virt-install , need your help
2008 Jul 07
2
Drawing a colour wheel - bug in hcl?
Hi All, I'm trying trying to draw a colour wheel (a slice of hcl space) in R. Running the code below doesn't give me what I expect - there's some oddly bright colours of the wrong hue around c(0, 0) and I see three coloured circles (a small magenta, a medium sized yellow and a large cyan). Am I doing something wrong or is there a bug in the hcl code? (Also any suggestions for
2018 Jul 20
4
Relinking (syscall-free) ELF executable into Mach-O and PE executables
Hi, Let's suppose we have an ELF executable that doesn't issue any syscall (I mean, syscalls are issued from an external dynamic library, not from the executable, and we can ignore such dynamic library because we have the proper equivalent library with the proper syscalls in MacOS and Windows). So, the question: Is it "currently possible" (by "currently possible" I
2018 Dec 07
2
Testing compiler reliability using Csmith
Thanks, Vedant. Yes, we have done a lot of testing of Clang/LLVM (and GCC) in the past several years (more details at https://people.inf.ethz.ch/suz/emi/index.html): [GCC/LLVM bugs: *1,602* (total) / *1,007* (fixed)] [Reports: GCC (link1 <http://tinyurl.com/ojzdt78>, link2 <http://tinyurl.com/oxlkmjc>, link3 <http://tinyurl.com/jd3jnl3>, link4
2007 Apr 18
2
[Bridge] bridge_list orphans in linux-2.4
Hi all, We use linux-2.4.20 in one of our products and we've found what looks to be a problem in the bridge module. (I know this is old code but we don't send our customers kernel upgrades unless we really have to!) The problem is that some of our bridges have become orphaned from the bridge module. Specifically ifconfig ourbridgename shows that the device "ourbridgename"
2014 Dec 22
1
Regarding queries on P2V migration
Dear Team, As we are planning to migrate one Physical server to Virtual server (VMware) to run one critical application. Physical Server Status Virtual Server Requirement OS RHEL-5.5 OS RHEL-5.5 No Of Core 16 No Of Core ? Memory 10 GB Memory ? Storage 2 TB Storage 500 GB LVM No LVM Yes Architecture 64 Bit Architecture 64 Bit Application Oracle & SAP Application
2010 Apr 21
0
New Snapshot API Not working
All, I have compiled new libvirt library 0.8.0. Compilation and installation went really fine except "make check" which has show some test got failed. Here is what make check said. Failed Test: ---------------snip----------- PASS: statstest TEST: qparamtest ................................ 32 OK PASS: qparamtest TEST: capabilityschematest !!!!!!!!!!!!
2018 Mar 14
2
[PDB] [JIT] Write to PDB file when COFFObjectFile is emitted by JIT
On Fri, Mar 9, 2018 at 7:00 PM Lang Hames <lhames at gmail.com> wrote: > Hi Vivien, > > I'm not familiar with Windows development, but I believe you could dump > the object file to disk then run LINK.EXE to produce the PDB. > Alternatively, I think LLD can also produce PDB files (Rui -- is that > right?), in which case you may be able to use that. > Yes, lld can
2018 Mar 14
1
[PDB] [JIT] Write to PDB file when COFFObjectFile is emitted by JIT
I'm sorry but I don't think I understand the question. But if you can't produce a pdb using MSVC, it is hard to imagine that only lld can do, unless MSVC linker has a bug. On Wed, Mar 14, 2018 at 3:07 PM Vivien Millet <vivien.millet at gmail.com> wrote: > Hi, thanks for the answers, i tried to use LINK.EXE to produce a pdb, but > unfortunately, it produces an empty pdb