similar to: [LLVMdev] llvm-as parse error

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] llvm-as parse error"

2008 Apr 14
0
[LLVMdev] llvm-as parse error
On Apr 14, 2008, at 4:35 PM, code_nf wrote: > Hi: > I have just started to use llvm and confronted with a problem: > when I want to transform something very simple for name.ll to > name.bc with llvm-as name.ll, some errors occured: > > error: parse error, expecting `GLOBAL' or `CONSTANT' while reading > token: 'target' Hi. I am having exactly the same
2007 Oct 26
2
[LLVMdev] llvm-build for ARM
Hi, I am trying to build llvm-2.1 and llvm-gcc4 but running into build errors and not getting the code base compiled successfully since quite a few time. My host OS: Linux(Debian-Ubuntu) My Host processor: i686 My target processor: Arm11/Arm9 Languages support needed: c, c++ host compiler version: gcc 4.0.1 I am getting errors while compiling LLVM and llvm-gcc both: The LLVM build error is
2007 Oct 26
0
[LLVMdev] llvm-build for ARM
On Oct 26, 2007, at 1:04 AM, Amit Singh wrote: > Hi, > > I am trying to build llvm-2.1 and llvm-gcc4 but running into build > errors and not getting the code base compiled successfully since > quite a few time. > > My host OS: Linux(Debian-Ubuntu) > My Host processor: i686 > My target processor: Arm11/Arm9 > Languages support needed: c, c++ > host compiler
2009 Jun 17
8
[LLVMdev] Why are functions renamed for .cpp files with llvm-gcc?
Hello, I wonder why there is a difference in how llvm-gcc compiles .c and .cpp files. Example: ---bar.cpp---- int bar() { return 42; } -------------- $ llvm-gcc -emit-llvm -c bar.cpp Now running bar.o through llvm-dis gives: -------------------------------- define i32 @_Z3barv() nounwind { < clip > } -------------------------------- Above, function 'bar' has been renamed
2009 Mar 11
6
[LLVMdev] Wiki?
Hi all, I'm pretty new to LLVM and am slowly learning the code-base and architecture, mostly as a result of my efforts to implement a target backend. There are a number of resources (read: documents) available which deal with some parts of backend development (and LLVM development in general), but sadly they are not at all comprehensive. I'd like to propose that a wiki be made available
2009 Jun 17
1
[LLVMdev] Why are functions renamed for .cpp files with llvm-gcc?
On Jun 17, 2009, at 1:39 AM, Fabian Scheler wrote: > Hi Arto, > >> I wonder why there is a difference in how >> llvm-gcc compiles .c and .cpp files. >> >> Example: >> >> ---bar.cpp---- >> int bar() { >> return 42; >> } >> -------------- >> >> $ llvm-gcc -emit-llvm -c bar.cpp >> >> Now running bar.o through
2008 Jun 11
1
read.table() causes segfault with incorrect data (PR#11627)
Full_Name: Juho Vuori Version: 2.7.0 (2008-04-22) OS: Linux poseidon.fimr.fi 2.6.23.17-88.fc7PAE #1 SMP Thu May 15 00:22:53 EDT 2008 i686 i686 i386 GNU/Linux Submission from: (NULL) (193.166.188.194) Calling read.table() twice the following way causes a segmentation fault in R. Run R and type the following commands: > read.table(stdin()) 0: 1 2 3 1: 3 2: Error in scan(file, what, nmax, sep,
2008 Apr 14
1
[LLVMdev] llvm-as parse error
Hello.  > I have just started to use llvm and confronted with a problem: when I > want to transform something very simple for name.ll to name.bc with > llvm-as name.ll, some errors occured: error: parse error, expecting > `GLOBAL' or `CONSTANT' while reading token: 'target' Works for me. Please indicate, which LLVM version you're using, how you compiled it, etc.
2006 Dec 13
3
On vacation message
Hello, I am away from office and will read my emails again on sunday 17th December. Regarding urgent issues, please contact info at artio.net. Best Regards, Arto Saraniva Artio Oy
2013 May 30
1
Dovecot 2.2 build rpm on Centos6
> -----Original Message----- > From: dovecot-bounces at dovecot.org [mailto:dovecot-bounces at dovecot.org] > On Behalf Of Burak G?RER > Sent: Thursday, May 30, 2013 10:34 AM > To: Nikolaos Milas > Cc: Dovecot Mailing List > Subject: Re: [Dovecot] Dovecot 2.2 build rpm on Centos6 > > On 27-05-2013 16:56, Nikolaos Milas wrote: > > On 27/5/2013 1:07 ??, Birta
2013 Feb 20
2
Changin password in LDAP
We are using now dovecot 2.0.21 with open-ldap, but this situations has already taken a quite long time. When user changes the password, we have to reload dovecot every time, otherwise the change is ignored and dovecot sees only the old password. Any ideas where the problem might exist? Conf: # 2.0.21: /etc/dovecot/dovecot.conf # OS: Linux 2.6.18-308.24.1.el5 i686 CentOS release 5.9 (Final)
2005 Nov 03
1
courier2dovecot migration script
Howdy, I've just migrated a couple of servers to Dovecot, and am loving it so far. I thought I'd share the courier2dovecot shell script I whipped together (based on the instructions I found in the wiki.dovecot.org migration how-to), for converting Courier-IMAP maildirs to Dovecot format. It can be downloaded from my home page: http://bendiken.net/scripts/ While the script is rather
2000 Nov 30
1
means in arima0 (PR#754)
Full_Name: Arto Luoma Version: 1.1.0 OS: Windows 98 Submission from: (NULL) (153.1.53.119) In arima0 it is possible to specify whether the mean of the original series is included in the model or not. However, it is not possible to specify whether the mean of the differenced series is included. It seems that it is not included. However, if differencing is used to eliminate trend, the mean of the
2001 Oct 04
1
get.hist.quote does not work (PR#1116)
Full_Name: Arto Luoma Version: 1.3.1 OS: Windows 98 Submission from: (NULL) (153.1.53.119) Hi! The function get.hist.quote in the package tseries (Version 0.7-6) does not work in my computer. I found that it uses the function strptime which did not "understand" English month names in my Finnish locale (see bug report 811). I changed the regional settings to be English (UK) and
2011 Nov 24
2
object 'gs' not found
Hello, What is wrong in the below code? What do Ihave to do to make it work? Gs file is my working directory but for some reason it cannot be found.. da <- read.table(file.choose(),header=T,sep="\t") head(da) source("garchoxfit_R.txt") m1=garchOxFit(formula.mean=~arma(0,0),formula.var=~igarch(1,1),series=gs,include.var=F) Error in garchOxFit(formula.mean = ~arma(0, 0),
2004 Aug 06
2
mount fallback 0 || no streams found
hello, I'm doing something wrong here, but I can't find what I need to do right. If I set the mount fallback to "0", no stream is found eventhough there maybe one or even two sources in icecast. What do I need to set/add so I don't need the mount fallback? Using: ices-0.2.2 icecast 1.3.11 on 2.4.9 thanks, t. --- >8 ---- List archives:
2007 Dec 14
0
[LLVMdev] LLVM SVN r45024 build failure on Debian Etch with GCC 4.1.2
LLVM SVN r45024 fails to complete building at the linker stage on my Virtual Private Linux server running Debian Etch with GCC 4.1.2. ---- sanitized snippet of make output ---- llvm[2]: Compiling llvm-as.cpp for Debug build llvm[2]: Compiling AnalysisWrappers.cpp for Debug build llvm[2]: Compiling GraphPrinters.cpp for Debug build llvm[2]: Linking Debug executable llvm-as llvm[2]: Compiling
2009 Jun 17
0
[LLVMdev] Why are functions renamed for .cpp files with llvm-gcc?
Hi Arto, > I wonder why there is a difference in how > llvm-gcc compiles .c and .cpp files. > > Example: > > ---bar.cpp---- > int bar() { > return 42; > } > -------------- > > $ llvm-gcc -emit-llvm -c bar.cpp > > Now running bar.o through llvm-dis gives: > -------------------------------- > define i32 @_Z3barv() nounwind { > < clip >
2001 Oct 01
2
problem with strptime example (PR#811)
Hello, strptime is still not working correctly in my computer (Windows 98 and R Version 1.3.1) From x <- c("1jan1960", "2jan1960", "31mar1960", "30jul1960") strptime(x, "%d%b%Y") I obtain [1] "NA" "NA" "NA" "NA" while x <- c("01011960", "02011960", "3131960",
2004 Aug 06
1
mount fallback 0 || no streams found
are you attempting to do this locally, with your machine behind a firewall? I had something similar happen, I had a High and Lo stream, and specifying /HI or /Lo or (nothing) externally worked fine -- internally, no dice. -----Original Message----- From: owner-icecast@xiph.org [mailto:owner-icecast@xiph.org]On Behalf Of azo Sent: Monday, October 15, 2001 8:38 AM To: icecast@xiph.org Subject: Re: