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 2939a1d commit 2d71089Copy full SHA for 2d71089
mlir/lib/ExecutionEngine/ArmSMEStubs.cpp
@@ -21,7 +21,7 @@
21
#endif // mlir_arm_sme_abi_stubs_EXPORTS
22
#endif // MLIR_ARMSMEABISTUBS_EXPORTED
23
#else
24
-#define MLIR_ARMSMEABISTUBS_EXPORTED __attribute__((visibility("default")) LLVM_ATTRIBUTE_WEAK
+#define MLIR_ARMSMEABISTUBS_EXPORTED LLVM_ATTRIBUTE_WEAK
25
#endif // (defined(_WIN32) || defined(__CYGWIN__))
26
27
// The actual implementation of these routines is in:
0 commit comments