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. Where can I file a bug? Is there any document about LLVM's C Backend other than reading its source code? Thank you Chuck
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.
Possibly Parallel Threads
- [LLVMdev] C-Backend bug
- [LLVMdev] still failed to build the llbrowse on Debian5-32b-llvm2.8
- [LLVMdev] inline callsites whose function definitions are in different file?
- [LLVMdev] What are all the LLVM IRs that will write into memory?
- [LLVMdev] still failed to build the llbrowse on Debian5-32b-llvm2.8