[PATCH] D101972: For visibility of llvm::Any to external
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 11 11:49:23 PDT 2021
serge-sans-paille updated this revision to Diff 344520.
serge-sans-paille retitled this revision from "Do not set CMAKE_CXX_VISIBILITY_PRESET to hidden" to "For visibility of llvm::Any to external".
serge-sans-paille edited the summary of this revision.
Herald added a subscriber: dexonsmith.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101972/new/
https://reviews.llvm.org/D101972
Files:
llvm/include/llvm/ADT/Any.h
Index: llvm/include/llvm/ADT/Any.h
===================================================================
--- llvm/include/llvm/ADT/Any.h
+++ llvm/include/llvm/ADT/Any.h
@@ -23,7 +23,7 @@
namespace llvm {
-class Any {
+class LLVM_EXTERNAL_VISIBILITY Any {
template <typename T> struct TypeId { static const char Id; };
struct StorageBase {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101972.344520.patch
Type: text/x-patch
Size: 350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210511/328cc412/attachment.bin>
More information about the llvm-commits
mailing list