[lld] [lld][WebAssembly] Fix regression in function signature checking (PR #78831)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 25 02:13:50 PST 2024
================
@@ -8,6 +8,11 @@
# RUN: wasm-ld -r -o %t.reloc.o %t.main.o %t.ret32.o %t.call.o 2>&1 | FileCheck %s -check-prefix=WARN
# RUN: obj2yaml %t.reloc.o | FileCheck %s -check-prefix=RELOC
+# RUN: rm -f %t.a
+# RUN: ar crS %t.a %t.ret32.o %t.call.o
----------------
DavidSpickett wrote:
Fixed by: https://github.com/llvm/llvm-project/commit/4b4763ffebaed9f1fee94b8ad5a1a450a9726683
https://github.com/llvm/llvm-project/pull/78831
More information about the llvm-commits
mailing list