Lines Matching defs:x86
10 echo Usage: build_llvm_release.bat --version ^<version^> [--x86,--x64, --arm64] [--skip-checkout] [--local-python]
15 echo --x86: build and test x86 variant
23 echo Example: build_llvm_release.bat --version 15.0.0 --x86 --x64
32 set x86=
47 if "%arm64%" == "" if "%x64%" == "" if "%x86%" == "" (
49 echo choose one or several variants from: --x86 --x64 --arm64
91 set vswhere=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe
175 if "%x86%" == "true" call :do_build_32 || exit /b 1
185 call "%vsdevcmd%" -arch=x86 || exit /b 1