search for: borneq

Displaying 4 results from an estimated 4 matches for "borneq".

Did you mean: borne
2010 Aug 12
0
[LLVMdev] I try to compile to LLVM code
Hello Borneq, If you want to compile bitcode into assembly, you need to invoke the llvm-as and llc commands on it to convert it from LLVM Assembly source to bitcode and then native assembly source instead of llvm-gcc. If that doesn't work, post back here, --Sam ----- Original Message ---- > From:...
2010 Aug 11
2
[LLVMdev] I try to compile to LLVM code
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
2010 Aug 13
1
[LLVMdev] I try to compile to LLVM code
Samuel Crow wrote: > > If you want to compile bitcode into assembly, you need to invoke the > llvm-as and > llc commands on it to convert it from LLVM Assembly source to bitcode and > then > native assembly source instead of llvm-gcc. > llvm-as compiled hello.s to hello.s.bc. How link it with stdio - I use printf llc is virtual machine? If I call llc with hello.s.bc it do
2010 Aug 22
1
[LLVMdev] How start with LLVM garbage collector?
LLVM has GC possibility (llvm_gc_allocate). What compiler uses it? I try ldc D compiler but it not uses LLVM garbage collection but own in Tango library. -- View this message in context: http://old.nabble.com/How-start-with-LLVM-garbage-collector--tp29505874p29505874.html Sent from the LLVM - Dev mailing list archive at Nabble.com.