"clang/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "33661d9f1632225170db020ee232a1d311a22857"
gn build: Unbreak get.py and gn.py on Windows
`os.uname()` doesn't exist on Windows, so use `platform.machine()` which returns `os.uname()[4]` on non-Win and (on 64-bit systems) "AMD64" on Windows. Also use `sys.platform` instead of `platform` to check for Windows-ness for the file extension in gn.py (get.py got this right). Differential Revision: https://reviews.llvm.org/D59115 llvm-svn: 355693
Loading
Please register or sign in to comment