Lines Matching refs:msvc_arch
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')
700 msvc_arch='x86', env=deployment_env)
701 RunCommand(['ninja', 'compiler-rt'], msvc_arch='x86')
808 RunCommand(['ninja', 'cr-check-all'], msvc_arch='x64')
813 RunCommand(['ninja', 'check-all'], msvc_arch='x64')