[LLVMdev] I try to compile to LLVM code
Borneq
borneq at wp.pl
Wed Aug 11 11:01:09 PDT 2010
I am beginner and Windows user.
In directory MinGW\bin\ I call llvm-gcc.exe hello.c -emit-llvm -S
and file hello.s is created.
I want to compile this assembler code by calling llvm-gcc.exe hello.c
-emit-llvm, it appear collect2: cannot find 'ld'; ld.exe is in this
directory. I have problem with paths?
How I can compile not directly c do bytecode but hello.s to bytecode?
--
View this message in context: http://old.nabble.com/I-try-to-compile-to-LLVM-code-tp29411016p29411016.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
More information about the llvm-dev
mailing list