[LLVMdev] Compiling questions

Eli Friedman eli.friedman at gmail.com
Tue Apr 7 00:25:52 PDT 2009


On Mon, Apr 6, 2009 at 11:51 PM, Bot Tiger <bottiger1 at gmail.com> wrote:
> Is there a way to output native assembly from llvm-ld to FASM?

Not directly, but you can do something similar by piping the output of
llvm-link through llc.

> Also when I tried to compile C code generated by llc with TCC, it complained
> about not having the alloca.h header.

Hmm... please file a bug report at http://llvm.org/bugs/ with more details.

-Eli



More information about the llvm-dev mailing list