We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b8333 commit 4283395Copy full SHA for 4283395
lld/test/wasm/lto/stub-library-libcall.s
@@ -12,7 +12,7 @@
12
# If %t_foo.o is not included in the link we get an undefined symbol reported
13
# to the dependency of memcpy on the foo export:
14
15
-# RUN: not wasm-ld %t_main.o %t_libcall.o %p/Inputs/stub.so -o %t.wasm 2>&1 | FileCheck --check-prefix=MISSING %s
+# RUN: not wasm-ld -mllvm -mattr=-bulk-memory %t_main.o %t_libcall.o %p/Inputs/stub.so -o %t.wasm 2>&1 | FileCheck --check-prefix=MISSING %s
16
# MISSING: stub.so: undefined symbol: foo. Required by memcpy
17
18
#--- main.s
0 commit comments