Home
last modified time | relevance | path

Searched refs:msvc_arch (Results 1 – 1 of 1) sorted by relevance

/external/v8/tools/clang/scripts/
Dupdate.py196 def RunCommand(command, msvc_arch=None, env=None, fail_hard=True): argument
201 if msvc_arch and sys.platform == 'win32':
202 command = GetVSVersion().SetupScript(msvc_arch) + ['&&'] + command
524 RunCommand(['cmake'] + bootstrap_args + [LLVM_DIR], msvc_arch='x64')
525 RunCommand(['ninja'], msvc_arch='x64')
529 RunCommand(['ninja', 'check-all'], msvc_arch='x64')
530 RunCommand(['ninja', 'install'], msvc_arch='x64')
654 msvc_arch='x64', env=deployment_env)
664 RunCommand(['ninja'], msvc_arch='x64')
668 RunCommand(['ninja', 'cr-install'], msvc_arch='x64')
[all …]