File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,15 @@ fast-tests = []
90
90
backend-cranelift = [
91
91
" wasmer-clif-backend" ,
92
92
" wasmer-clif-backend/generate-debug-information" ,
93
+ " wasmer-runtime-core/generate-debug-information" ,
93
94
" wasmer-runtime/cranelift" ,
94
95
" wasmer-middleware-common-tests/clif" ,
95
96
]
96
97
backend-llvm = [
97
98
" wasmer-llvm-backend" ,
98
99
" wasmer-runtime/llvm" ,
99
100
" wasmer-middleware-common-tests/llvm" ,
101
+ " wasmer-runtime-core/generate-debug-information" ,
100
102
" wasmer-runtime-core/generate-debug-information-no-export-symbols" ,
101
103
]
102
104
backend-singlepass = [
Original file line number Diff line number Diff line change @@ -1132,6 +1132,8 @@ mod vm_ctx_tests {
1132
1132
custom_sections : HashMap :: new ( ) ,
1133
1133
1134
1134
generate_debug_info : false ,
1135
+ #[ cfg( feature = "generate-debug-information" ) ]
1136
+ debug_info_manager : crate :: jit_debug:: JitCodeDebugInfoManager :: new ( ) ,
1135
1137
} ,
1136
1138
}
1137
1139
}
You can’t perform that action at this time.
0 commit comments