Closed
Description
When conditionally enabled entry point additions are introduced the current solution for committing the linkers scripts generated from the mako templates breaks down since the ld
will error if a symbol specified in a linker version map does not exist.
We should move generation of these files to build time, this would allow symbols to be optionally included in the linker scripts and avoid merge conflicts while working on a downstream branch which contains modifications.