Displaying 10 results from an estimated 10 matches for "jrangel".
Did you mean:
rangel
2010 Feb 01
0
[LLVMdev] llvm-gcc 4.0 question
On Sun, Jan 31, 2010 at 12:25 AM, Jose Rangel <jrangel at arxan.com> wrote:
>
> Thanks for responding, Duncan, and clarifying that y'all need more info
> to help.
>
> I'm trying to compile binaries on os x 10.5.8 intel hardware that are
> compatible on ppc os x 10.4.
>
> When I include various flags to llvm-gcc, inclu...
2010 Feb 01
1
[LLVMdev] llvm-gcc 4.0 question
...xample?
Thanks,
Jose
-----Original Message-----
From: Devang Patel [mailto:devang.patel at gmail.com]
Sent: Monday, February 01, 2010 1:59 PM
To: Jose Rangel
Cc: Duncan Sands; llvmdev at cs.uiuc.edu
Subject: Re: [LLVMdev] llvm-gcc 4.0 question
On Sun, Jan 31, 2010 at 12:25 AM, Jose Rangel <jrangel at arxan.com> wrote:
>
> Thanks for responding, Duncan, and clarifying that y'all need more
info
> to help.
>
> I'm trying to compile binaries on os x 10.5.8 intel hardware that are
> compatible on ppc os x 10.4.
>
> When I include various flags to llvm-gcc, inclu...
2010 Jan 31
3
[LLVMdev] llvm-gcc 4.0 question
Thanks for responding, Duncan, and clarifying that y'all need more info
to help.
I'm trying to compile binaries on os x 10.5.8 intel hardware that are
compatible on ppc os x 10.4.
When I include various flags to llvm-gcc, including: -m32 -arch ppc
-isysroot /Developer/SDKs/MacOS10.4u.sdk -mmacosx-version-min=10.4
I am seeing errors when compiling using llvm-gcc 4.2.
If I leave out
2010 Jan 30
0
[LLVMdev] llvm-gcc 4.0 question
Thanks again, Dale. Hopefully, someone has the answer.
Jose
-----Original Message-----
From: Dale Johannesen [mailto:dalej at apple.com]
Sent: Friday, January 29, 2010 3:52 PM
To: Jose Rangel
Cc: Dale Johannesen
Subject: Re: [LLVMdev] llvm-gcc 4.0 question
On Jan 29, 2010, at 3:13 PMPST, Jose Rangel wrote:
> Hi Dale,
>
> Is there a way to get llvm 4.2 and os x 10.4 to work
2010 Jan 22
1
[LLVMdev] status of EH tests in llvm test-suite
Hi Dale,
Thanks for replying. Concerning Darwin, I compiled this test on snow
leopard and ran it using rosetta (that is, using -arch ppc -m32). I will
try this later on leopard.
Thanks,
Jose
________________________________
From: Dale Johannesen [mailto:dalej at apple.com]
Sent: Friday, January 22, 2010 3:10 PM
To: Jose Rangel
Cc: Dale Johannesen; llvmdev at cs.uiuc.edu
2010 Jan 29
2
[LLVMdev] llvm-gcc 4.0 question
Hi,
I am using the llvm-gcc 4.0 front end binaries from llvm.org on an intel
mac running 10.5.8. A couple of questions:
1) these binaries have "darwin8" as part of the file name. Are these
compatible with OS X 10.5.8 aka darwin9?
2) assuming (1) is ok, if I compile a hello world program using: gcc
-arch ppc hello.c, I get a ppc binary, but if I use llvm-gcc -arch ppc
hello.c, I get an
2010 Jan 22
2
[LLVMdev] status of EH tests in llvm test-suite
Hi,
I'm using the release version of llvm 2.6. In the
llvm/projects/test-suite directory, there are several tests that are
commented out from running, or not running via a define statement. In
particular, I am inquiring about the status of the EH tests since some
tests seem to be enabled to run by default, but some aren't. From
looking at your tests, I've noticed the following:
2010 Jan 30
1
[LLVMdev] llvm-gcc 4.0 question
Hi,
I think Dale meant to post this to ask the whole group, instead of just
me. Basically, I'd like to build llvm-gcc 4.2 on host i686-apple-darwin9
for target powerpc-apple-darwin8. So far my efforts have failed. If you
know the answer or can point me in the right direction, I'd be much
obliged.
Thx,
Jose
> Hi Dale,
>
> Is there a way to get llvm 4.2 and os x 10.4 to work
2010 Jan 27
2
[LLVMdev] question about running llvm test-suite on remote machine
Hi,
I've looked into use of the remote variables: REMOTE_HOST,
REMOTE_CLIENT, REMOTE_USER, etc. Can you tell me how exactly one uses
these variables to run the llvm test-suite remotely?
As far as I can tell, the local host and remote host directory
structures have to match exactly. In addition, it seems that the remote
host has to pre-generate building the test executables, while the
2010 Jan 29
3
[LLVMdev] llvm-gcc 4.0 question
Hi Dale,
Thanks for getting back. I may not be able to switch to llvm 4.2 at this
time. I did try:
llvm-gcc --emit-llvm -c sumarray.c -o sumarray.bc
llc -march=ppc32 sumarray.bc
gcc -arch ppc sumarray.s
And this produced a ppc binary that worked (at least in this case).
Do you know if this approach is worthwhile?
Thx,
Jose
-----Original Message-----
From: Dale Johannesen [mailto:dalej at