search for: cpps

Displaying 16 results from an estimated 16 matches for "cpps".

Did you mean: apps
2019 Feb 27
3
Making LLD PDB generation faster
On Wed, Feb 27, 2019 at 3:17 PM Leonardo Santagada <santagada at gmail.com> wrote: > > Also we are investigating why we have 420 million types being linked while > it appears that 95-99 % of them are not being used. De anyone know if pch > can help here? My feeling is not much as template instantiation still > generates a ton of weak symbols on the pch users, but I might be
2004 Dec 04
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
It will have to be Morten. I can't get ltdl.c to compile. But wasn't the whole point of doing platform-specific DynamicLibrary.cpps to get rid of ltdl.c? On Fri, 3 Dec 2004 10:40:53 -0600 (CST) Chris Lattner <sabre at nondot.org> wrote: > On Fri, 3 Dec 2004, Reid Spencer wrote: > > > Could someone please apply this patch to the Win32 support so that > > Morten and Jeff can handle the recent changes?...
2020 Mar 26
5
Multi-Threading Compilers
> On Mar 26, 2020, at 10:55, Nicolai Hähnle <nhaehnle at gmail.com> wrote: > > On Thu, Mar 26, 2020 at 11:53 AM Florian Hahn <florian_hahn at apple.com> wrote: >>> It also doesn't solve the problem of Functions themselves -- those are >>> also GlobalValues… >> >> I am not sure why not. Function passes should only rely on the information at
1998 Dec 08
2
hosts.allow
Hi If I add a specific machine to my hosts allow list in the global section of my smb.conf, then that machine can access any of the shares on that server. If I only add the machine to a hosts allow list in a specific share, when I try and connect to that share from that machine I get an error : 'Specified computer did not recieve your request' and in log.smb : 'Connection denied from
2004 Dec 04
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
On Fri, 3 Dec 2004, Jeff Cohen wrote: > It will have to be Morten. I can't get ltdl.c to compile. But wasn't > the whole point of doing platform-specific DynamicLibrary.cpps to get > rid of ltdl.c? ltdl.c is part of libtool that is supposed to BE the cross-platform dynamic linker interface. However, for platforms it doesn't really support, using custom code makes perfect sense. -Chris > On Fri, 3 Dec 2004 10:40:53 -0600 (CST) > Chris Lattner <sabre...
2001 Oct 17
9
large files
I'm reposting this problem (perhaps a bug) now I've got more information on it. This is another point of view of the situation and I hope someone could have run into the same trouble before (and solved it :-)) This is it: * with ntbackup 2000 I create a 22Gb .bkf file in the windows machine. * I can copy that file over a samba share and get correct info form the file in windows
2004 Dec 04
3
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...e.g. HAVE_DLOPEN needs to be false Reid. On Fri, 2004-12-03 at 20:35, Chris Lattner wrote: > On Fri, 3 Dec 2004, Jeff Cohen wrote: > > > It will have to be Morten. I can't get ltdl.c to compile. But wasn't > > the whole point of doing platform-specific DynamicLibrary.cpps to get > > rid of ltdl.c? > > ltdl.c is part of libtool that is supposed to BE the cross-platform > dynamic linker interface. However, for platforms it doesn't really > support, using custom code makes perfect sense. > > -Chris > > > > On Fri, 3 Dec 2004...
2010 Jun 17
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
...p Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build) These are the steps how I'm building library on ARM+llvm. generated .a is linked with other targets built with native arm compiler. g++-cross -flto -O2 -Wall -function-sections -fdata-sections ; for all .cpps llvm-ld -link-as-library *.bc target.bc // Consolidate all .bcs into one llc target.bc -o target.s cross-as target.s -o target.o ar q target.a target.o On Mon, Jun 7, 2010 at 10:18 PM, Anton Korobeynikov <anton at korobeynikov.info > wrote: > Hello > > > /tmp/cczBL31y.s:409: rd...
2004 Dec 05
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...> Reid. > > On Fri, 2004-12-03 at 20:35, Chris Lattner wrote: > > On Fri, 3 Dec 2004, Jeff Cohen wrote: > > > > > It will have to be Morten. I can't get ltdl.c to compile. But wasn't > > > the whole point of doing platform-specific DynamicLibrary.cpps to get > > > rid of ltdl.c? > > > > ltdl.c is part of libtool that is supposed to BE the cross-platform > > dynamic linker interface. However, for platforms it doesn't really > > support, using custom code makes perfect sense. > > > > -Chris >...
2004 Dec 28
1
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...gt; On Fri, 2004-12-03 at 20:35, Chris Lattner wrote: > > > On Fri, 3 Dec 2004, Jeff Cohen wrote: > > > > > > > It will have to be Morten. I can't get ltdl.c to compile. But wasn't > > > > the whole point of doing platform-specific DynamicLibrary.cpps to get > > > > rid of ltdl.c? > > > > > > ltdl.c is part of libtool that is supposed to BE the cross-platform > > > dynamic linker interface. However, for platforms it doesn't really > > > support, using custom code makes perfect sense. > &gt...
2010 Jun 07
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
Hello > /tmp/cczBL31y.s:409: rdhi, rdlo and rm must all be different This is binutils bug fixed ~2 years ago: http://sourceware.org/ml/binutils/2007-11/msg00046.html Make sure you're using the latest binutils for ARM (from binutils CVS) -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Jun 25
0
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
...ed on Apple Inc. build 5658) (LLVM build) > > > > > > These are the steps how I'm building library on ARM+llvm. generated .a is > linked with other targets built with native arm compiler. > > g++-cross -flto -O2 -Wall -function-sections -fdata-sections ; for all > .cpps > llvm-ld -link-as-library *.bc target.bc // Consolidate all .bcs into one > llc target.bc -o target.s > cross-as target.s -o target.o > ar q target.a target.o > > > On Mon, Jun 7, 2010 at 10:18 PM, Anton Korobeynikov < > anton at korobeynikov.info> wrote: > >&...
2010 Jun 07
2
[LLVMdev] build errors while cross compiling llvm-gcc for ARM
This is the full description of errors I am getting /home/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/xgcc -B/home/llvm-gcc-4.2-2.7.source/host-i686-pc-linux-gnu/gcc/ -B/usr/local/armv7fl-montavista-linux-gnueabi/bin/ -B/usr/local/armv7fl-montavista-linux-gnueabi/lib/ -isystem /usr/local/armv7fl-montavista-linux-gnueabi/include -isystem
2001 Oct 17
4
Samba 2.2.2 RPM package for Redhat 6.2
Hi, I want to ask you, if you release an RPM package for samba 2.2.2 for Redhat 6.2 too, and not only for version 7.1 Thanks a lot Tomas Zeman
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
On Fri, 3 Dec 2004, Reid Spencer wrote: > Could someone please apply this patch to the Win32 support so that > Morten and Jeff can handle the recent changes? I can't do it because > I"m on the road with only email access. I'd be happy to do it. Can someone send me the patch as an attachment off-list? -Chris > > <Tool > >
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
Could someone please apply this patch to the Win32 support so that Morten and Jeff can handle the recent changes? I can't do it because I"m on the road with only email access. Thanks, Reid. -----Forwarded Message----- > From: Morten Ofstad <morten at hue.no> > To: Reid Spencer <reid at x10sys.com> > Subject: Updated LLVM Visual Studio project files > Date: Thu,