[LLVMdev] C-Backend bug

Duncan Sands baldrick at free.fr
Mon Dec 6 12:52:03 PST 2010


Hi Chuck,

> I think I hit a C-Backend bug, where the IR works fine through the x86
> native code generator, but the LLVM IR ->  C Backend ->  x86 gcc path
> gives core dump when trying to execute with the same inputs.

unfortunately the C-backend is in a bad state and its use is deprecated.

> Where can I file a bug?

http://llvm.org/bugs

> Is there any document about LLVM's C Backend other than reading its
> source code?

I don't think so.

Ciao, Duncan.



More information about the llvm-dev mailing list