================
@@ -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.
----------------
efriedma-quic wrote:
Can you not just use ctypes?
https://github.com/llvm/llvm-project/pull/205906
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits