similar to: Compiler used to build LLVM

Displaying 20 results from an estimated 200 matches similar to: "Compiler used to build LLVM"

2016 Oct 28
0
Compiler used to build LLVM
On Thu, Oct 27, 2016 at 5:39 PM, Maxime Chevalier-Boisvert via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Hello, > > We’d like to keep track of which clang version was used to build our LLVM binaries. We use cmake and ninja with clang to build. What do you people think would be the cleanest way to know which version of clang is used, on a user’s machine, to build those binaries.
2016 Oct 28
1
Compiler used to build LLVM
> On Oct 27, 2016, at 6:38 PM, Davide Italiano via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On Thu, Oct 27, 2016 at 5:39 PM, Maxime Chevalier-Boisvert via > llvm-dev <llvm-dev at lists.llvm.org> wrote: >> Hello, >> >> We’d like to keep track of which clang version was used to build our LLVM binaries. We use cmake and ninja with clang to build.
2016 Oct 29
1
Embedding LLD version to executables
On Wed, Oct 26, 2016 at 4:16 AM, Joerg Sonnenberger via llvm-dev < llvm-dev at lists.llvm.org> wrote: > On Tue, Oct 25, 2016 at 06:07:09PM -0400, Rafael Espíndola via llvm-dev > wrote: > > I am ok with both ".note.linker-version" and adding an entry to .comment. > > There is one important different between the two -- strip normally has > to preserve the
2016 Oct 26
2
Embedding LLD version to executables
On Tue, Oct 25, 2016 at 06:07:09PM -0400, Rafael Espíndola via llvm-dev wrote: > I am ok with both ".note.linker-version" and adding an entry to .comment. There is one important different between the two -- strip normally has to preserve the former, but not the latter. As such, I'd quite a bit prefer using .comment. Joerg
2016 Dec 09
2
Issues with DummyCGSCCPass used for IPRA
Hi, There are two relevant hooks for you immutable pass: 1) releaseMemory() 2) doFinalization() Are you looking at the first one? I think you should act on the second instead and it should solve your issue. — Mehdi > On Dec 8, 2016, at 10:58 AM, Maxime Chevalier-Boisvert via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > We have our own subtarget, with its own pipeline
2016 Oct 28
0
Compiler used to build LLVM
>I'd like to make LLD embed version information so that we can determine if an executable was created by LLD and if that's the case which version of LLD. >ld.bfd doesn't seem to embed any information, so we cannot tell whether an executable was linked by ld.bfd or not easily. >ld.gold embeds a string "GNU gold <version>" as ".note.gnu.gold-version"
2010 Apr 05
2
[LLVMdev] Linking with C Library
I tried running nm - D | grep "puts" on the binary compiled by the OCaml compiler. It outputs the following: 08161b00 T camlRuntime__rt_fputs_208 08161a20 T camlRuntime__rt_puts_198 U fputs I'm assuming this means that fputs is linked dynamically, and puts is not. I tried modifying my code to use fputs instead of puts instead, but had no success, however, I still get:
2016 Dec 08
2
Issues with DummyCGSCCPass used for IPRA
> > Hello, > > I'm trying to enable interprocedural register allocation (IPRA). Hi Maxime, I don't understand here why you need to enable IPRA as that is already scheduled based on option -mllvm -enable-ipra. So I think easy way to make IPRA execute every time is to set default value of EnableIPRA option to true. you can find this option defined in
2011 Apr 10
14
Issues migrating to xen 4.1
Hi, We just migrated xen on gentoo on amd64 from 4.0 to 4.1 and encountered a few issues that were not documented. Here is how we solved them and what issues are remaining: 1. Our config files were referring to the LVM devices like /dev/vg/domU-root with disk = [ ''phy:vg/domU-root,sda1,w'' ]. This does not work anymore, we have to include ''/dev/'': disk = [
2011 Apr 10
14
Issues migrating to xen 4.1
Hi, We just migrated xen on gentoo on amd64 from 4.0 to 4.1 and encountered a few issues that were not documented. Here is how we solved them and what issues are remaining: 1. Our config files were referring to the LVM devices like /dev/vg/domU-root with disk = [ ''phy:vg/domU-root,sda1,w'' ]. This does not work anymore, we have to include ''/dev/'': disk = [
2013 Jun 27
3
Server hangs after installing KVM
Hi, I just received a Supermicro server back from factory repair. Installed CentOS 6.3 x86_64 fresh from DVD (tried with 6.4, same result). Everything goes fine until i install Virtualization* yum groups. Virtualization is enabled in BIOS. Server boots, CentOS loads and i have even a login prompt. If i'm fast enough to enter login name and password, shell works for about 10 sec.
2007 Nov 13
4
Need advice on storage
Hi all,? I have a CentOS 4.5 server running on a workstation mainboard (PCI Slots only).? We have now one 200 Gigs IDE disk dedicated for e-mail server storage.? We use Communigate Pro and the server has 45 Outlook clients with the MAPI connector (All mailboxes on the server).? When a user opens Outlook, a refresh of the local cache is performed for his data.? There is a big "Public"
2009 Oct 11
3
SVN hell!
Hi! I'm trying to install SVN on a latest version of CentOS (5.3). I just did: yum install subversion yum install mod_dav_svn Then i edited /etc/httpd/conf.d/subversion.conf and here is the content: ======================== <Location /svn> DAV svn SVNParentPath /var/www/svn # Limit write permission to list of valid users. <LimitExcept GET PROPFIND OPTIONS
2008 Jun 03
2
tzdata, Greenwich zone: URGENT!
Hi! It appears that there have been some changes to tzdata recently. We run an application that needs the server to stay at GMT. Previously, we used the Casablanca timezone but now there seems to be a 1 hour difference to GMT. I checked the London zone and they seem to change time too. I tried to change the zone to GMT with system-config-date (i'm using command line remotely) but
2008 Jul 30
2
Missing dependencies
Hi! I have a new shiny CentOS 5.2 server freshly installed. I wanted to install VMWare Server but the installer wants to compile a module. I thought, no problem: Let's install compiler and libraries. So i did: yum groupinstall "Development Libraries" "Development Tools" But i end up with: ================== --> Processing Dependency: libsqlite3.so.0 for
2012 Nov 17
2
[LLVMdev] Running pass 'Greedy Register Allocator' leads to Segmentation fault (core dumped)
Hi, I want to use LLVM 3.1 (with clang for the frontend) for compiling Open-MPI 1.6.3, which is a message-passing library. But I get a segmentation fault by the "Greedy Register Allocator". There is the bug # 11756 that solves a similar problem, but the bugzilla says "Version 3.0", and I am using 3.1 so it is likely a different bug that I am dealing with.
2004 Feb 17
3
Re: Bad performance with samba3
Le Mardi 17 F?vrier 2004 16:01, Raphael Berghmans a ?crit : > On Tue, 2004-02-17 at 16:00, Fabien Chevalier wrote: > > Le Mardi 17 F?vrier 2004 15:46, Raphael Berghmans a ?crit : > > > Hi, > > > > > > > > > Since our files server has been migrated from NT4 to Samba > > > 3, several users complains that the time to open a Word or > > >
2012 Jun 20
2
"No text console available" when trying to get the console of a just created VM from a template on XCP
Hi there, I am trying to set up XCP on Ubuntu 12.04. I went through the procedure given in the README file of the xcp-xapi package and reached the point where the hypervisor seems to be running fine. I set up a VM using the Debian Squeeze (64bit) template and started it, giving a Debian mirror URL as install-repository. Running "xe vm-list" reports that the machine is running, but when
2007 May 25
3
Coping music from tapes
OS: CentOS 5.0 x86. Hi, I have some old music tapes and a walkman, and want to move the music to mp3 format. So far I am thinking to use Audacity to record the music to wavs, and then do not know, somehow I will compress the wavs to mp3s as vbr 192 Kbps with something. Has anyone done this? What app did you use for recording the music from the tapes and what app did you use to make it mp3?
2004 Feb 02
2
Solaris 8 & Samba 3: "address already in use"
I am getting errors when I try to start smbd which say that port 445 is already in use, but nothing else is using it. In the log, the full error is: -----start log.smbd---- [2004/02/02 11:03:53, 0] lib/util_sock.c:open_socket_in(662) bind failed on port 445 socket_addr = 0.0.0.0. Error = Address already in use ------end log.smbd----- In my /etc/services file, I have these entries: