search for: 22clang

Displaying 4 results from an estimated 4 matches for "22clang".

2010 Apr 27
3
[LLVMdev] "clang -v" shows a GCC call
...ll me why is this happen ? If there's a solution, can you please give it to me in order to make Clang not using GCC ? Excuse me if I wrote something stupid or just forgetting something. Just tell me what's wrong. Thanks in advance. -- View this message in context: http://old.nabble.com/%22clang--v%22-shows-a-GCC-call-tp28378453p28378453.html Sent from the LLVM - Dev mailing list archive at Nabble.com.
2010 Apr 27
0
[LLVMdev] "clang -v" shows a GCC call
...mp/cc-J586JU.o -lgcc -lcygwin > -luser32 -lkernel32 -ladvapi32 -lshell32 -lgcc > > > Excuse me if I wrote something stupid or just forgetting something. Just > tell me what's wrong. > > Thanks in advance. > -- > View this message in context: http://old.nabble.com/%22clang--v%22-shows-a-GCC-call-tp28378453p28378453.html > Sent from the LLVM - Dev mailing list archive at Nabble.com. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/ma...
2010 Apr 27
6
[LLVMdev] "clang -v" shows a GCC call
...32 -lkernel32 -ladvapi32 -lshell32 -lgcc >> >> >> Excuse me if I wrote something stupid or just forgetting something. Just >> tell me what's wrong. >> >> Thanks in advance. >> -- >> View this message in context: >> http://old.nabble.com/%22clang--v%22-shows-a-GCC-call-tp28378453p28378453.html >> Sent from the LLVM - Dev mailing list archive at Nabble.com. >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> htt...
2010 Apr 27
0
[LLVMdev] "clang -v" shows a GCC call
On 04/27/2010 06:54 PM, Swiss Guy wrote: > > Thanks for your really fast answer. > > I understood that, but this means that the llvm+Clang suite is not able to > create a machine binary file without any intervention of GCC ? > > I thought it could. > > This means too that I must port GCC+Binutils in order to have a LLVM port > for my architecture ? > > That