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 39b2979 commit 23638cfCopy full SHA for 23638cf
libc/src/__support/common.h
@@ -18,7 +18,7 @@
18
#include "src/__support/macros/properties/architectures.h"
19
20
#ifndef LLVM_LIBC_FUNCTION_ATTR
21
-#define LLVM_LIBC_FUNCTION_ATTR
+#define LLVM_LIBC_FUNCTION_ATTR [[gnu::visibility("default")]]
22
#endif
23
24
// MacOS needs to be excluded because it does not support aliasing.
0 commit comments