[LLVMdev] Ответ: using dynamic libraries from bytecode?

Mike Stump mrs at apple.com
Wed Jun 18 14:20:21 PDT 2008


On Jun 18, 2008, at 12:27 PM, Yaroslav Kavenchuk wrote:
> $ llvm-gcc.exe -I/mingw/include gcd_ui.c -L/mingw/lib -lgmp -o
> gcd_ui.ll -emit-llvm -S

Use

> $ llvm-as gcd_ui.ll -o gcd_ui.bc

Use llc gcd_ui.bc and then llvm-gcc.exe gcd_ui.s -L/mingw/lib -lgmp?



More information about the llvm-dev mailing list