We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d71089 commit b2608abCopy full SHA for b2608ab
mlir/lib/ExecutionEngine/ArmSMEStubs.cpp
@@ -21,7 +21,8 @@
21
#endif // mlir_arm_sme_abi_stubs_EXPORTS
22
#endif // MLIR_ARMSMEABISTUBS_EXPORTED
23
#else
24
-#define MLIR_ARMSMEABISTUBS_EXPORTED LLVM_ATTRIBUTE_WEAK
+#define MLIR_ARMSMEABISTUBS_EXPORTED \
25
+ __attribute__((visibility("default"))) LLVM_ATTRIBUTE_WEAK
26
#endif // (defined(_WIN32) || defined(__CYGWIN__))
27
28
// The actual implementation of these routines is in:
0 commit comments