The default implementation does what want and is going to more
compatible with dynamic linking / -fPIC support that is planned.
In particular it prevents constant folder of global addresses when
isPositionIndependent() .
This is NFC because currently we only build wasm with
-relocation-model=static which in turn means that
the default isOffsetFoldingLegal always returns true today.