Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] Forwarded to llvm list ..."
2014 Aug 25
2
[LLVMdev] [cfe-dev] [3.5 Release] Release Candidate 3 Now Available
The ARM binaries seem to be corrupt. Although correctly signed, the xz file seems to be truncated
arm7% unxz < clang+llvm-3.5.0-rc3-armv7a-linux-gnueabihf.tar.xz | wc -c
unxz: (stdin): Unexpected end of input
133214381
M.E.O.
On Aug 21, 2014, at 10:56 AM, Bill Wendling <isanbard at gmail.com> wrote:
> Ahem. And now for the correct URL:
>
>
2002 Oct 16
2
HELP !!! Problem with file timestamps updating "weird" during rsync data pull
Running rsync 2.3.1, 2.4.1, and 2.5.5 on Solaris 8 on various system.
I'm using rsync to pull data over for collecting performance data for
graphing in Orca. What I'm seeing is the timestamps from time to time of
the data files is being setup "weird" on the system the data is being
pulled to.
The timestamp should match that of the system the data is pulled from right
?
2003 Apr 24
2
Samba 2.2.7 as a PDC on FreeBSD 4.8 and a Windows 2K Pro client
I found what looks like a pretty good HOWTO type document at IBM on setting
up Samba as a PDC. Samba is up and running using this config.
The client Win2K Pro machine was in an office environment - but not sure if
it was a NT 4.0 domain env or AD env. So I'm trying to put it into the
Samba PDC domain which I've got called NONROUTABLE. I've followed the
directions for setting up
2003 Dec 08
1
NT User ID with apostrophe
I have a few users who have ID's in NT domain and AD that contain apostrophes, such as O'Neill (fo'neill) , and O'Toole (go'toole). I've been trying to give them access to shares, but Samba doesn't
seem to like this very much.
I've been able to set up the ID's in our LDAP server so file ownership works, but according to the log messages, Samba DOMAIN
2004 Jan 07
1
Security Issue??
I have noticed the following behavior when testing out Samba 3.0.1 on RH9
with ldap authentication.
Linux Samba V3.0.1 set up as PDC for domain DOM1 has a user test1. Two NT4
domains DOM2 and DOM3 also have a user called test1 with the same password
as the user in DOM1 (all three users have the same username and password).
All servers are on the same local subnet.
When user1 does a logon to
2002 Jan 07
1
Help with displaying multiple data elements on one graph
I'm interested if anyone can help me to the R to display multiple data
elements on one graph - just a simple graph, nothing fancy. I can't seem
to find an example of this. An example of what I'm looking for is, say, a
CPU graph which graphs user, system, and idle time as a cumulative stack
representing each data element as a different color. See the following URL
for an example
2005 Aug 01
2
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
gccld passes -shared through if it's generating a shared library, but
if you're compiling a program that needs to have its symbols
externally accessible, it doesn't pass -export-dynamic through to gcc
for the final link.
The attached patch fixes this. I've tested with a small test case I
sent Chris, and with Python; both seem to work.
I also fixed some inaccurate comments in
2006 Sep 18
2
[LLVMdev] llvm-g++: Internal error
Hi,
i used CVS to checkout the source of llvm and llvm-gcc, compiled and built
them on my machine successfully.
i tried a c-language hello program, it was OK.
But when i tried a c++-language hello program, i got:
~/project/llvm/examples$ llvm-g++ t3.cc -o t3
gccld:
/developer/zsth/project/llvm/src/llvm/lib/Analysis/IPA/CallGraph.cpp:277:
void
2006 Sep 14
1
[LLVMdev] use LLVM to convert C++ code to C code
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
I am newbie to llvm.<br>
<br>
I am unable to generate
2015 Oct 28
2
Trying to get Search::Xapian perl module to compile on win32
Resurrecting an old thread from 2012! Finally got back to working on this. I have been stuck in JavaScript land for too long.
Come to find out, on windows, perl does indeed define open to be win32_open and close to be win32_close. This is done in perl/lib/CORE/win3iop.h. So, to get past this problem, I had to modify Xapian.xs to do an #undef of open and close if WIN32 is defined.
Also, I had
2005 Mar 13
0
[LLVMdev] Linking LLVM code with LLVM
On Fri, 11 Mar 2005, Marc Ordinas i Llopis wrote:
> Sorry if this is obvious.
> I'm trying to link LLVM-generated code with LLVM itself, and don't know how
> to do it. Just as a little test, I've tried compiling the example
> HowToUseJIT.cpp using llvm-g++, but I get tons of errors.
>
> Is there an easy way of doing this? Has anyone tried it before?
What sort of
2005 Mar 11
2
[LLVMdev] Linking LLVM code with LLVM
Hi all,
Sorry if this is obvious.
I'm trying to link LLVM-generated code with LLVM itself, and don't know
how to do it. Just as a little test, I've tried compiling the example
HowToUseJIT.cpp using llvm-g++, but I get tons of errors.
Is there an easy way of doing this? Has anyone tried it before?
Thanks,
Marc Ordinas i Llopis | Tragnarion Studios
2002 Oct 16
0
Fwd: Re: HELP !!! Problem with file timestamps updating "weird" during rsync data pull
>Date: Wed, 16 Oct 2002 14:26:46 -0500
>To: Wayne Davison <wayned@users.sourceforge.net>
>From: Sean O'Neill <sean@seanoneill.info>
>Subject: Re: HELP !!! Problem with file timestamps updating "weird" during
>rsync data pull
>Cc: rsync@lists.samba.org
>
>At 12:10 PM 10/16/2002 -0700, Wayne Davison wrote:
>>On Wed, Oct 16, 2002 at 01:36:10PM
2005 Mar 01
3
[LLVMdev] question about gccld and external libraries
hi,
I'm really new to llvm. I've successfully bootstrapped llvm-14 on my
system and am able to successfully compile c code to llvm.
the problem is now that gccld is complaining that it can't find the
libraries, like "c" or "crtend". [1]
all is fine, if I just use intrinsified functions like printf and
friends, but I want to use the clock_gettime function and
2006 Oct 30
2
[LLVMdev] Multisource Test Failures?
Hi all,
Is anyone else seeing tests in the Multisource/Applications directory
failing with something looking like this:
/Users/wendling/llvm/llvm.obj/Debug/bin/gccld -L/Users/wendling/llvm/
llvm-gcc4.install/lib/gcc/powerpc-apple-darwin8.8.0/3.4-llvm -L/
Users/wendling/llvm/llvm-gcc4.install/lib Output/siod.linked.bc -lc
-lpthread -lltdl -lm -o Output/siod.llvm
gccld: warning: Cannot
2005 May 25
5
[LLVMdev] LLVM Cygwin Run Errors
Hi,
I installed the cfrontend 1.5 and LLVM 1.5 from source in cygwin
successfully using GCC3.4.3 and binutils2.15 (as in makefiles do not
complain errors except some warnings).
However when I do this, there are some errors like,
***************************************************************
u0201201 at 9nnvf2ay /home/cfrontend/install/lib
$ llvm-ranlib libiberty.a
llvm-ranlib: Error opening
2003 Dec 07
2
[LLVMdev] Can you hint on solution to following problem
gccld: Cannot find linker input file 'crtend.o
I have set the LLVM_LIB_SEARCH_PATH
ls -l $LLVM_LIB_SEARCH_PATH
total 104
-rw-r--r-- 1 muj20 muj20 12788 Dec 7 17:05 crtend.o
-rw-r--r-- 1 muj20 muj20 1984 Dec 7 17:05 libc.bc
-rw-r--r-- 1 muj20 muj20 120 Dec 7 17:05 libcurses.bc
2004 Dec 23
2
[LLVMdev] Undefined reference to `llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::P
Hi,
Can anyone tell me why CopyFile is the only undefined reference from
Path.cpp?
---------------
llvm[2]: Linking Debug executable gccld
c:/projects/build/MinGW/llvm-1-1/tools/gccld/Debug/gccld.o(.text+0x439): In
function `Z15EmitShellScriptPPc':
c:/projects/src/llvm-1/llvm/tools/gccld/gccld.cpp:127: undefined reference
to `llvm::sys::CopyFile(llvm::sys::Path const&, llvm::sys::Path
2004 Dec 21
2
[LLVMdev] llvm-test failures on FreeBSD
I'm getting a large number of failures with this error:
gccld: error: Cannot link in module
'/home/llvm-gcc/install/lib/libstdc++.a(ostream-inst.o)': Linking
globals named '_ZN16__Atomicity_lockILi0EE17_S_atomicity_lockE': symbol
multiply defined!
gccld: error: Cannot link archive '/home/llvm-gcc/install/lib/libstdc++.a'
Any simple solution? Or is this a bug?
2004 Nov 02
5
[LLVMdev] LLVM tools sufficient to build the cfrontend for windows from MinGW?
Hi,
I'm able to build the llvm tools on the MinGW platform: burg, fpcmp, tblgen,
llvm-as, llvm-dis, opt, gccas, llc, llvm-link, lli, gccld, llvm-stub,
analyze and extract.
I wonder if these tools are sufficient to start build the cfrontend?
Henrik.
_________________________________________________________________
Undg� pop-ups med MSN Toolbar - http://toolbar.msn.dk hent den gratis!