[compiler-rt] r178290 - Remove all 'static' before ALWAYS_INLINE

Joerg Sonnenberger joerg at britannica.bec.de
Thu Mar 28 15:05:39 PDT 2013


On Thu, Mar 28, 2013 at 09:16:09PM -0000, Timur Iskhodzhanov wrote:
> Author: timurrrr
> Date: Thu Mar 28 16:16:09 2013
> New Revision: 178290
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=178290&view=rev
> Log:
> Remove all 'static' before ALWAYS_INLINE

Why? It is useful to make very clear that the symbols are not leaked
into the public namespace.

Joerg



More information about the llvm-commits mailing list