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 508db53 commit f85f77cCopy full SHA for f85f77c
compiler-rt/lib/builtins/int_lib.h
@@ -49,7 +49,7 @@
49
#define SYMBOL_NAME(name) XSTR(__USER_LABEL_PREFIX__) #name
50
51
#if defined(__ELF__) || defined(__MINGW32__) || defined(__wasm__) || \
52
- defined(_AIX) || defined(__CYGWIN__)
+ defined(_AIX) || defined(__CYGWIN__) || defined(__UEFI__)
53
#define COMPILER_RT_ALIAS(name, aliasname) \
54
COMPILER_RT_ABI __typeof(name) aliasname __attribute__((__alias__(#name)));
55
#elif defined(__APPLE__)
0 commit comments