smeenai added a comment.

In https://reviews.llvm.org/D26934#603997, @EricWF wrote:

> There are two usages of `_LIBCPP_DISABLE_DLL_IMPORT_EXPORT` in 
> `CMakeLists.txt` and `__config_site.in` that need to be changed as well.


Oops, will fix.

> Also what about users of the existing name 
> `_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS`? Should we #error to inform them of 
> the change or should we automatically translate it to the new name for them?

I'd prefer `#error`; that way we can eventually just drop the macro. Ideally 
there wouldn't be too many users to begin with, since it was only introduced 
two months ago, and it hasn't made its way to a release yet.

I'll upload a new diff with those changes later today.


https://reviews.llvm.org/D26934



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

Reply via email to