[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


================
@@ -166,6 +166,8 @@
 // GENERIC-INCLUDE-DAG: #define __wasm_mutable_globals__ 1{{$}}
 // GENERIC-INCLUDE-DAG: #define __wasm_reference_types__ 1{{$}}
 // GENERIC-INCLUDE-DAG: #define __wasm_sign_ext__ 1{{$}}
+// GENERIC-INCLUDE-DAG: #define __wasm_nontrapping_fptoint__ 1{{$}}
+// GENERIC-INCLUDE-DAG: #define __wasm_bulk_memory__ 1{{$}}
----------------
aheejin wrote:

Nit: Probably my OCD, but I've trying to maintain the sorted order of the features... Can we move these lines into the sorted order?

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


More information about the cfe-commits mailing list