-
Bug
-
Resolution: Fixed
-
High
-
Code Generation Tools
-
CODEGEN-9850
-
ARMCLANG_2.0.0.STS
-
-
default
-
If an application is referencing function defined in a runtime library from an asm() statement in a file that was compiled with -flto, then it is likely that the linker will not resolve the reference to that runtime support function before starting the Link-Time Optimization (LTO) stage of the link.
There are two known potential failure symptoms that can occur during the link in this situation:
- the linker may emit an error reporting an unresolved reference to the runtime library function
- the linker may emit an error reporting the redefinition of a symbol that is seemingly unrelated to the referenced runtime library function