This clean-up removes checks for _WIN64, as the _WIN32 macro returns 1 whenever the compilation targe is 32- or 64-bit ARM. Reviewed By: aeubanks Differential Revision: https://reviews.llvm.org/D106706
This is useful when bringing up LLVM libc on a new OS on which we do not yet have the subprocess related helper functions.