[PATCH] cmake: Export symbols in all tools that support plugins.

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Dec 4 10:58:00 PST 2013


On 4 December 2013 13:49, Reid Kleckner <rnk at google.com> wrote:
> Can you make sure that this doesn't slow down 'make check' on Linux too
> much?  I worry that we --export-dynamic for llc, lots of symbol uses will
> become dynamic PLT lookups and startup time will regress.
>

Good point. If it does, we should probably add a --enable-plugins (and
cmake equivalent) and replace CLANG_IS_PRODUCTION with it.

Cheers,
Rafael



More information about the llvm-commits mailing list