[PATCH] D101972: Do not set CMAKE_CXX_VISIBILITY_PRESET to hidden

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 10:44:44 PDT 2021


rnk added a comment.

So, should we go ahead and apply default visibility to `llvm::Any::TypeId<>::Id`?

Coincidentally, people have discovered the same problem in absl, Google's general C++ utility library: https://crbug.com/1096380


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101972/new/

https://reviews.llvm.org/D101972



More information about the llvm-commits mailing list