File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 163
163
// RUN: -target wasm64-unknown-unknown -mcpu=generic \
164
164
// RUN: | FileCheck %s -check-prefix=GENERIC-INCLUDE
165
165
//
166
+ // GENERIC-INCLUDE-DAG: #define __wasm_bulk_memory__ 1{{$}}
166
167
// GENERIC-INCLUDE-DAG: #define __wasm_multivalue__ 1{{$}}
167
168
// GENERIC-INCLUDE-DAG: #define __wasm_mutable_globals__ 1{{$}}
169
+ // GENERIC-INCLUDE-DAG: #define __wasm_nontrapping_fptoint__ 1{{$}}
168
170
// GENERIC-INCLUDE-DAG: #define __wasm_reference_types__ 1{{$}}
169
171
// GENERIC-INCLUDE-DAG: #define __wasm_sign_ext__ 1{{$}}
170
- // GENERIC-INCLUDE-DAG: #define __wasm_nontrapping_fptoint__ 1{{$}}
171
- // GENERIC-INCLUDE-DAG: #define __wasm_bulk_memory__ 1{{$}}
172
172
//
173
173
// RUN: %clang -E -dM %s -o - 2>&1 \
174
174
// RUN: -target wasm32-unknown-unknown -mcpu=generic \
You can’t perform that action at this time.
0 commit comments