Searched refs:msvc_arch (Results 1 – 1 of 1) sorted by relevance
/external/v8/tools/clang/scripts/ |
D | update.py | 204 def RunCommand(command, msvc_arch=None, env=None, fail_hard=True): argument 209 if msvc_arch and sys.platform == 'win32': 210 command = GetVSVersion().SetupScript(msvc_arch) + ['&&'] + command 518 RunCommand(['cmake'] + bootstrap_args + [LLVM_DIR], msvc_arch='x64') 519 RunCommand(['ninja'], msvc_arch='x64') 523 RunCommand(['ninja', 'check-all'], msvc_arch='x64') 524 RunCommand(['ninja', 'install'], msvc_arch='x64') 647 msvc_arch='x64', env=deployment_env) 657 RunCommand(['ninja'], msvc_arch='x64') 661 RunCommand(['ninja', 'cr-install'], msvc_arch='x64') [all …]
|