Displaying 3 results from an estimated 3 matches for "llvm2foo".
2006 Oct 16
0
[LLVMdev] initializer does not match global variable type.
...tarball I believe and the objc library is
>> probably the gcc 4.1.1 one. What other information would help?
>
>Well, what are you trying to accomplish?
I am tinkering with a language, call it "foo", that is similar to
C++ and we were looking at the possibility of creating a llvm2foo.
We want to support objective-c so we were looking at a path:
obj-c => ... => foo.
>> >>> cfrontend-g++ -o bar.bc bar.m
>> >>> llvm2cpp -o bar.cpp bar.bc
>> >>> g++ -c bar.o bar.cpp
>> >>> ld -o bar bar.o -l objc -l LLVMCore -l LLVM...
2006 Oct 16
0
[LLVMdev] initializer does not match global variable type.
Hi Todd,
On Mon, 2006-10-16 at 14:04 -0700, Anderson, Todd A wrote:
> >-----Original Message-----
> >From: llvmdev-bounces at cs.uiuc.edu
> >[mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Chris Lattner
> >Sent: Monday, October 16, 2006 2:09 PM
> >To: LLVM Developers Mailing List
> >Subject: Re: [LLVMdev] initializer does not match global variable type.
2006 Oct 16
2
[LLVMdev] initializer does not match global variable type.
>-----Original Message-----
>From: llvmdev-bounces at cs.uiuc.edu
>[mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Chris Lattner
>Sent: Monday, October 16, 2006 2:09 PM
>To: LLVM Developers Mailing List
>Subject: Re: [LLVMdev] initializer does not match global variable type.
>
>On Mon, 16 Oct 2006, Anderson, Todd A wrote:
>> I have an objective-c file, bar.m,