<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>What do you guys/girls think about LLVM-C additions that are similar to the following:</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 16px/normal Menlo; color: rgb(185, 20, 161); ">char<span style="color: #000000"> *</span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 16px/normal Menlo; ">LLVMConvertModuleToC(LLVMModuleRef aModule);</div></div><div><br></div><div>Which creates the X-code for a given module (in this case for the language C).</div><div><br></div></body></html>