-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Code Generation Tools
-
CODEGEN-9576
-
-
-
default
When the linker --symbol_map option is used with Link-Time Optimization (LTO), the executable that results may execute incorrectly. This is because critical LTO optimizations may not applied correctly across remapped function definitions. This may result in important variables or functions being removed from the final link.