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 f1abe78 commit d86a6eaCopy full SHA for d86a6ea
libc/src/__support/common.h
@@ -25,6 +25,7 @@
25
#define LLVM_LIBC_FUNCTION_IMPL(type, name, arglist) \
26
LLVM_LIBC_FUNCTION_ATTR decltype(LIBC_NAMESPACE::name) \
27
__##name##_impl__ __asm__(#name); \
28
+ decltype(LIBC_NAMESPACE::name) name [[gnu::alias(#name)]]; \
29
type __##name##_impl__ arglist
30
#else
31
#define LLVM_LIBC_FUNCTION_IMPL(type, name, arglist) type name arglist
0 commit comments