<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jan 27, 2009, at 7:30 AM, Makslane Araújo Rodrigues wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div class="hmmessage" style="font-size: 10pt; font-family: Verdana; ">Can someone tell me the relationship between clang, ccc and llvmc?<br></div></span></blockquote></div><br><div>You forgot xcc :)</div><div><br></div><div>clang -> low-level executable for testing and underlies compilation and static analysis.</div><div>ccc/xcc -> compiler driver.  xcc is the new one that will eventually replace ccc.  We expect users to actually use ccc, not the clang executable directly. </div><div>llvmc -> a generalized compiler driver that can drive many things including clang.  None of the clang developer's are currently using it yet afaik,</div><div><br></div><div>-Chris</div></body></html>