eastig added a comment.

In http://reviews.llvm.org/D12689#249899, @rnk wrote:

> I think you need to address the feedback about avoiding dynamic
>  initialization on stock non-Mac systems.
>
> Sent from phone


In my comment above I proposed a special macro to distinguish between dynamic 
and static linking:

> In the patch the `__APPLE__` macro is used to have the old behaviour. Maybe 
> instead of it another macro, e.g. `__STATIC_BUILD__`, can be use when we want 
> to build a static library.


Is it good to have such a macro?


http://reviews.llvm.org/D12689



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to