[LLVMdev] link bytecode files into a native executable with debug info

Luís Marques luismarques at gmail.com
Wed Sep 17 16:14:06 PDT 2008


Hello,

If you have one or more bytecode files with debug info, how do you
generate a native executable still with debug info?
I tried, for instance, this:

llvm-ld -native -disable-opt -o exec file1.bc file2.bc

but it doesn't seem to work.

Thanks,
Luís




More information about the llvm-dev mailing list