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 163163// RUN: -target wasm64-unknown-unknown -mcpu=generic \
164164// RUN: | FileCheck %s -check-prefix=GENERIC-INCLUDE
165165//
166+ // GENERIC-INCLUDE-DAG: #define __wasm_bulk_memory__ 1{{$}}
166167// GENERIC-INCLUDE-DAG: #define __wasm_multivalue__ 1{{$}}
167168// GENERIC-INCLUDE-DAG: #define __wasm_mutable_globals__ 1{{$}}
169+ // GENERIC-INCLUDE-DAG: #define __wasm_nontrapping_fptoint__ 1{{$}}
168170// GENERIC-INCLUDE-DAG: #define __wasm_reference_types__ 1{{$}}
169171// 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{{$}}
172172//
173173// RUN: %clang -E -dM %s -o - 2>&1 \
174174// RUN: -target wasm32-unknown-unknown -mcpu=generic \
You can’t perform that action at this time.
0 commit comments