[LLVMdev] gcc 4 frontend binary for mac os x x86

Nico Moser moser at cs.tu-berlin.de
Tue Nov 14 01:35:55 PST 2006


On Nov 14, 2006, at 10:21 AM, Devang Patel wrote:

> The linker does not know how to link llvm-byte code.
> If you add  -c on the command line
>
> $ llvm-gcc4-1.8-x86-darwin/bin/gcc -v -emit-llvm main.c
>
> then you will get llvm-byte code in main.o file. You can
> select the name of byte code file using standard gcc -o switch.


Shame on me - sorry for wasting the list :-[
I think I was confused by the little differences between gcc3 and  
gcc4 - sorry again.

Thanks
Nico
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061114/bf63ba3b/attachment.html>


More information about the llvm-dev mailing list