Skip to content

Commit b2608ab

Browse files
committed
readd (visibility("default") macro
1 parent 2d71089 commit b2608ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/ExecutionEngine/ArmSMEStubs.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
#endif // mlir_arm_sme_abi_stubs_EXPORTS
2222
#endif // MLIR_ARMSMEABISTUBS_EXPORTED
2323
#else
24-
#define MLIR_ARMSMEABISTUBS_EXPORTED LLVM_ATTRIBUTE_WEAK
24+
#define MLIR_ARMSMEABISTUBS_EXPORTED \
25+
__attribute__((visibility("default"))) LLVM_ATTRIBUTE_WEAK
2526
#endif // (defined(_WIN32) || defined(__CYGWIN__))
2627

2728
// The actual implementation of these routines is in:

0 commit comments

Comments
 (0)