This is needed for address sanitizer on Emscripten. As everything in
memory starts at the value passed to --global-base, everything before
that can be used as shadow memory.
This symbol is added so that the library for the ASan runtime can know
where the shadow memory ends and real memory begins.
This is split from D63742.
You could avoid creating a .ll file here maybe and simply make this a .test file (pure text) that compiles that simple wasm/Inputs/start.ll file.. then you could also drop the --no-entry