This allows THREW to be defined in the current module, although
it is still required to be a GlobalVariable.
In emscripten we want to be able to compile the source
code that defined this symbol.
Previously we were avoid this by not running this pass when building
that compiler-rt library, but I have change out to build it using the
normal compiler path: https://github.com/emscripten-core/emscripten/pull/8391
I'm a little confused that previously we mentioned the linkage, but no longer do, and getorInsertGlobal doesn't document itself as setting Extrenal as the linkage?