================
@@ -2,7 +2,7 @@
 ; RUN: llvm-as -o %t.o %s
 ; RUN: llvm-as -o %t2.o %S/Inputs/libcall-archive.ll
 ; RUN: llvm-ar rcs %t.a %t2.o
-; RUN: wasm-ld -o %t %t.o %t.a
+; RUN: wasm-ld -mllvm -mattr=-bulk-memory -o %t %t.o %t.a
----------------
sunfishcode wrote:

This is an LTO test, so there is no `clang` or `llvm-mc` to pass `-mattr=` to. 
I guess we could put `-bulk-memory` in function attributes in the .ll files, if 
you'd prefer that.

https://github.com/llvm/llvm-project/pull/112049
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to