[lld] [lld][WebAssembly] Fix regression in function signature checking (PR #78831)

Sam Clegg via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 25 10:08:25 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
----------------
sbc100 wrote:

Thank you!

https://github.com/llvm/llvm-project/pull/78831


More information about the llvm-commits mailing list