[cfe-dev] Apple's Clang

Ted Kremenek kremenek at apple.com
Mon May 21 14:52:44 PDT 2012


On May 21, 2012, at 1:45 PM, Alexander Smirnov <alexander at smirn0v.ru> wrote:

> 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.
> 
> 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.
> 

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120521/b14733dd/attachment.html>


More information about the cfe-dev mailing list