[clang] [lld] [llvm] [WebAssembly] Enable nontrapping-fptoint and bulk-memory by default. (PR #112049)

Heejin Ahn via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 15 17:09:18 PDT 2024


================
@@ -1,4 +1,4 @@
-; RUN: llc -filetype=obj %s -o %t.o
+; RUN: llc -filetype=obj -mattr=-bulk-memory %s -o %t.o
----------------
aheejin wrote:

Why do we need to disable bulk memory here and in many other files?

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


More information about the cfe-commits mailing list