[cfe-commits] [Patch] Fix loading of Plugins, that failed due to missing symbols

Tobias Grosser tobias at grosser.es
Sun Oct 30 10:20:08 PDT 2011


On 10/26/2011 01:57 AM, Tobias Grosser wrote:
> Hi,
>
> this patch ensures that clang does contain all LLVM symbols and that no
> unused symbols are dead code eliminated during compilation. This fixes
> the plugin mechanism, as plugins don't break anymore because of missing
> symbols.
>
> This increases the size of the clang binary from 43029853 to 43915291
> bytes (around 2%). As the increase is minimal, I think the patch is
> worth integrating.

As this is a trivial one line change with negligible impact an the clang 
binary, I plan to commit this on Tuesday.

Cheers
Tobi



More information about the cfe-commits mailing list