Skip to content

Commit 2d71089

Browse files
committed
remove __attribute__((visibility("default"))
1 parent 2939a1d commit 2d71089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/ExecutionEngine/ArmSMEStubs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#endif // mlir_arm_sme_abi_stubs_EXPORTS
2222
#endif // MLIR_ARMSMEABISTUBS_EXPORTED
2323
#else
24-
#define MLIR_ARMSMEABISTUBS_EXPORTED __attribute__((visibility("default")) LLVM_ATTRIBUTE_WEAK
24+
#define MLIR_ARMSMEABISTUBS_EXPORTED LLVM_ATTRIBUTE_WEAK
2525
#endif // (defined(_WIN32) || defined(__CYGWIN__))
2626

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

0 commit comments

Comments
 (0)