[patch] Rename CLANG_IS_PRODUCTION to CLANG_NO_PLUGIN_SUPPORT

Rafael EspĂ­ndola rafael.espindola at gmail.com
Sun Mar 9 08:08:31 PDT 2014


The clang build has a CLANG_IS_PRODUCTION option. Historically this
would disable features that were not ready yet (c++ for example). It
would also disable plugins, which is an expensive feature for some
setups.

Currently the option is only used to disable plugins, so the attached
patch renames it to CLANG_NO_PLUGIN_SUPPORT.

On the Makefile build it also enables dead stripping in plugins are
disabled. It looks like it was an oversight when dead stripping
support was added.

Cheers,
Rafael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t.patch
Type: application/octet-stream
Size: 1795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140309/d135ca7b/attachment.obj>


More information about the cfe-commits mailing list