forked from OSchip/llvm-project
build: give aliases the same visibility
ARM EABI also uses function aliases. Ensure that those aliased functions are given proper visibility annotations. llvm-svn: 285478
This commit is contained in:
parent
2594717436
commit
2678d023ca
|
@ -149,6 +149,7 @@
|
|||
#define DEFINE_COMPILERRT_FUNCTION_ALIAS(name, target) \
|
||||
.globl SYMBOL_NAME(name) SEPARATOR \
|
||||
SYMBOL_IS_FUNC(SYMBOL_NAME(name)) SEPARATOR \
|
||||
DECLARE_SYMBOL_VISIBILITY(SYMBOL_NAME(name)) SEPARATOR \
|
||||
.set SYMBOL_NAME(name), SYMBOL_NAME(target) SEPARATOR
|
||||
|
||||
#if defined(__ARM_EABI__)
|
||||
|
|
Loading…
Reference in New Issue