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 cc1fec3 commit e62915bCopy full SHA for e62915b
compiler-rt/lib/builtins/int_lib.h
@@ -51,7 +51,7 @@
51
#if defined(__ELF__) || defined(__MINGW32__) || defined(__wasm__)
52
#define COMPILER_RT_ALIAS(name, aliasname) \
53
COMPILER_RT_ABI __typeof(name) aliasname __attribute__((__alias__(#name)));
54
-#elif defined(__MACH__)
+#elif defined(__APPLE__)
55
56
__asm__(".globl " SYMBOL_NAME(aliasname)); \
57
__asm__(SYMBOL_NAME(aliasname) " = " SYMBOL_NAME(name)); \
0 commit comments