File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,9 @@ def delete_module_cache(path):
179179 elif lldb_use_simulator == "tvos" :
180180 lit_config .note ("Running API tests on tvOS simulator" )
181181 config .available_features .add ("lldb-simulator-tvos" )
182+ elif lldb_use_simulator == "qemu-user" :
183+ lit_config .note ("Running API tests on qemu-user simulator" )
184+ config .available_features .add ("lldb-simulator-qemu-user" )
182185 else :
183186 lit_config .error ("Unknown simulator id '{}'" .format (lldb_use_simulator ))
184187
@@ -285,6 +288,9 @@ def delete_module_cache(path):
285288 "tvos-simulator" ,
286289 ]
287290
291+ if "lldb-simulator-qemu-user" in config .available_features :
292+ dotest_cmd += ["--platform-name" , "qemu-user" ]
293+
288294if is_configured ("enabled_plugins" ):
289295 for plugin in config .enabled_plugins :
290296 dotest_cmd += ["--enable-plugin" , plugin ]
You can’t perform that action at this time.
0 commit comments