================
@@ -58,6 +69,39 @@ def _is_supported_darwin(self, cmd_runner):
return None, (output.strip() == "1")
+ # PowerShell may not be on PATH on minimal Windows images, and Add-Type
+ # requires the .NET CLR and the CSC compiler to be available. Neither is
+ # guaranteed.
+ # TODO: Replace the PowerShell chain with a probe that calls
+ # 'IsProcessorFeaturePresent' directly.
----------------
ayushsahay1837 wrote:
Yes, that’s correct. When we test a remote configuration,
__is_supported_windows_ runs on the host, which could be _x86-64 Linux_, while
_cmd_runner_ invokes the command on the remote, which could be _AArch64
Windows_.
https://github.com/llvm/llvm-project/pull/205906
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits