Sam Clegg ad2ff17226
[lld][WebAssembly] Work around limited architecture detection for wasm64 shared libraries (#98961)
We don't currently have a great way to detect the architecture of shared
object files under wasm. The currently method involves checking if the
imported or exported memory is 64-bit. However some shared libraries
don't use linear memory at all.

See https://github.com/llvm/llvm-project/issues/98778
2024-07-16 13:14:30 -07:00
..