[all-commits] [llvm/llvm-project] ad2ff1: [lld][WebAssembly] Work around limited architectur...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Tue Jul 16 13:14:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad2ff1722622d199e77abf119e60bb1c66dd48e9
https://github.com/llvm/llvm-project/commit/ad2ff1722622d199e77abf119e60bb1c66dd48e9
Author: Sam Clegg <sbc at chromium.org>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M lld/test/wasm/dylink.s
M lld/wasm/InputFiles.cpp
Log Message:
-----------
[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
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list