<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On May 21, 2012, at 1:45 PM, Alexander Smirnov <<a href="mailto:alexander@smirn0v.ru">alexander@smirn0v.ru</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-family: Helvetica; font-size: 13px; ">As far as I understand the tricky part here is that if I want to build a plugin I need a set of static libraries (clangFrontend, clangDriver, clangAST, etc.), but Apple's Clang version does not include them.</div><div><div style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><br></div><div style="font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">I have already managed to build a pair of plugins with my own build of Clang, but don't understand how to achieve the same with Apple's Clang version.</div><br class="Apple-interchange-newline"></div></blockquote></div><br><div>Apple only vends the compiled clang executable in its tool releases, not the intermediate static libraries nor the header files.  Building plugins against that executable is not supported.</div></body></html>