search for: _definition_

Displaying 5 results from an estimated 5 matches for "_definition_".

2016 Mar 18
4
Handling of section vs global name conflicts
Hi, currently LLVM does not handle the conflict between a section and a global _definition_ with the same name well. A section defines a local symbol with the same name (pointing to the start of the section). Depending on the order of declarations, LLVM either silently overrides the section symbol with the global, or crashes with fatal error: error in backend: symbol 'xxx' is alre...
2004 Sep 10
1
Re: beta 10 candidate checked in
> > Now I have done some more reading, and I don't think simply > > putting the call to AM_PATH_XMMS an acinclude.m4 will help him. > > No, of course not. You need to put the macro _definition_, i.e. ... > > > This macro is defined in /usr/local/share/aclocal/xmms.m4 > > ... xmms.m4 into acinclude.m4. (Putting it into aclocal.m4 may or > may > not suffice, I don't know.) > well, I had already ruled out this option as I really don't want to start maintai...
2004 Sep 10
5
Re: beta 10 candidate checked in
> > > $ aclocal && autoconf && automake -c -a -i > > > aclocal: configure.in: 45: macro `AM_PATH_XMMS' not found in > library > > > > my hunch is that your version of either automake or possibly > > autoconf is not recent enough. > > No. He simply doesn't have xmms installed. That's what I mentioned > a while ago:
2005 Dec 06
7
R is GNU S, not C.... [was "how to get or store ....."]
======= 2005-12-06 22:16:17 伳侜佋佢伬伌佇伵佒佇佇伌伒伬仯伜======= >Martin Maechler a 侀crit : > >> please, please, these trailing ";" are *so* ugly. >> This is GNU S, not C (or matlab) ! >> >> but I'll be happy already if you could >> drop these ugly empty statements at the end of your lines... > >May I disagree ? >I find missing ";" at
2016 Mar 21
2
Handling of section vs global name conflicts
...; just allow them to have any name. > > Cheers, > Rafael > > > On 18 March 2016 at 13:25, Evgenii Stepanov via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Hi, >> >> currently LLVM does not handle the conflict between a section and a >> global _definition_ with the same name well. A section defines a local >> symbol with the same name (pointing to the start of the section). >> Depending on the order of declarations, LLVM either silently overrides >> the section symbol with the global, or crashes with >> fatal error: error in b...