search for: timellvmfft

Displaying 2 results from an estimated 2 matches for "timellvmfft".

2003 Jul 22
1
[LLVMdev] this code won't assemble on sparc
Hi, I'm not sure what I'm doing wrong here. With the single source file attached to this email, I tried the following commands: llvmgcc -o timeLLVMfft timeLLVMfft.c -lm llc -o timeLLVMfft.s timeLLVMfft.bc /opt/SUNWspro/bin/cc -xarch=v9 -o timeLLVMfft.sparc timeLLVMfft.s I got the errors at the bottom of this email in response to the last command. On the other hand, gcc v2.95.3 had no problem compiling this code. Any idea what's wrong? T...
2003 Jul 25
1
[LLVMdev] i think this is a bug
Hi, The attached code produces errors (as it should) with the command llvmgcc -c -S timeLLVMfft.c but it also creates output in the file timeLLVMfft.s. Maybe this is the intended behavior for llvmgcc, but it seems unconventional to me... - Nick -------------- next part -------------- A non-text attachment was scrubbed... Name: timeLLVMfft.c.tgz Type: application/octet-stream Size: 829 by...