[lld] [lld][WebAssembly] Skip BSS when combining data segments (PR #127735)
Sam Clegg via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 14:08:20 PST 2025
================
@@ -47,7 +52,7 @@
@g = thread_local global i32 99, align 4
-; ERROR: 'bulk-memory' feature must be used in order to use shared memory
+;; ERROR: 'bulk-memory' feature must be used in order to use shared memory
----------------
sbc100 wrote:
Good catch!
https://github.com/llvm/llvm-project/pull/127735
More information about the llvm-commits
mailing list