[lld] [lld][WebAssembly] Skip BSS when combining data segments (PR #127735)
Brendan Dahl via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 13:24:01 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
----------------
brendandahl wrote:
Extra semi-colon
https://github.com/llvm/llvm-project/pull/127735
More information about the llvm-commits
mailing list