Displaying 7 results from an estimated 7 matches for "sunja".
Did you mean:
sonja
2008 Apr 05
2
[LLVMdev] LLVM for crosscompiling?
.... However,
llvm-gcc complains about not recognizing them. I read that there is
an -maltivec flag for the LLVM PowerPC backend, but my version of llvm-gcc
complains about this "unrecognized command line option." Any hints?
Thanks.
(Please CC me as I am not subscribed to this list)
--
Sunjae Park
MS. Georgia Tech College of Computing
We choose to go to the moon and do the other things, not because they are
easy, but because they are hard.
- John F. Kennedy
2008 Apr 06
2
[LLVMdev] LLVM for crosscompiling?
On Sunday 06 April 2008 06:53:06 am Bill Wendling wrote:
> (snip)
> Hi Sunjae,
>
> You'll need to compile llvm-gcc as a cross-compiler to get it to
> accept altivec intrinsics and PPC-specific flags.
>
> -bw
Thanks, Bill. I was afraid of that.
Any pointers on how to do this? I'm able to build llvm-gcc-4.2 x86 natively,
but not the powerpc version....
2008 Apr 05
1
[LLVMdev] Will gcc 4.3.0 compile llvm 2.2?
Hi, Bernardo
Fedora has a patch for LLVM 2.2 release with gcc 4.3 here:
http://cvs.fedora.redhat.com/viewcvs/rpms/llvm/devel/llvm-2.2-gcc43.patch
Just drop it in the llvm-2.2 directory and execute
$ patch -p1 < llvm-2.2-gcc43.patch
It should build cleanly afterwards.
--
Sunjae Park
MS. Georgia Tech College of Computing
We choose to go to the moon and do the other things, not because they are
easy, but because they are hard.
- John F. Kennedy
2008 Apr 06
0
[LLVMdev] LLVM for crosscompiling?
On Apr 5, 2008, at 3:31 PM, Sunjae Park wrote:
> Hi, I am trying to use LLVM on x86 with some code intended for another
> architecture (IBM Cell). The plan is:
>
> 1. foreach $c_files
> llvm-gcc -emit-llvm -c -o $bc_file $c_file
> 2. link $bc_files
> 3. run my passes with 'opt'
> 4. llc -march=...
2008 Apr 07
0
[LLVMdev] LLVM for crosscompiling?
On Apr 6, 2008, at 11:24 AM, Sunjae Park wrote:
> On Sunday 06 April 2008 06:53:06 am Bill Wendling wrote:
>> (snip)
>> Hi Sunjae,
>>
>> You'll need to compile llvm-gcc as a cross-compiler to get it to
>> accept altivec intrinsics and PPC-specific flags.
>>
>> -bw
>
> Thanks, Bi...
2008 Apr 14
1
[LLVMdev] LLVM for crosscompiling?
...ommand line : error: L0039: reference to undefined symbol .pclose in
file /tmp/cc4tgLu5.o
Command line : error: L0039: reference to undefined symbol .gettimeofday in
file /tmp/cc4tgLu5.o
...and so on. Any reason why llc is generating these symbols with a "." in
front of them?
Thanks.
--
Sunjae Park
MS. Georgia Tech College of Computing
2008 Apr 14
1
[LLVMdev] LLVM for crosscompiling?
...;llc
-march c" output), so I'm a bit confused. I'm not looking for a target
independent IR, either...
Regarding building LLVM as a cross compiler, I assume it should be pretty much
identical to building gcc as a cross compiler? (sans adding the LLVM_OBJ
directory when configuring).
--
Sunjae Park
MS. Georgia Tech College of Computing