diff options
| author | Hans Wennborg <hans@hanshq.net> | 2017-05-15 16:50:48 +0000 | 
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2017-05-15 16:50:48 +0000 | 
| commit | d369455bcff77d5b442db16ddb4a1261438d8b71 (patch) | |
| tree | 9e72a84f521878ea38232640807c09e4f94a2802 | |
| parent | 9e704efaa690e03810b40f27070a434057090876 (diff) | |
| download | bcm5719-llvm-d369455bcff77d5b442db16ddb4a1261438d8b71.tar.gz bcm5719-llvm-d369455bcff77d5b442db16ddb4a1261438d8b71.zip | |
build_llvm_package.bat: Minor updates
llvm-svn: 303080
| -rwxr-xr-x | llvm/utils/release/build_llvm_package.bat | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/llvm/utils/release/build_llvm_package.bat b/llvm/utils/release/build_llvm_package.bat index eca74347cf3..79871781211 100755 --- a/llvm/utils/release/build_llvm_package.bat +++ b/llvm/utils/release/build_llvm_package.bat @@ -10,7 +10,8 @@ REM Prerequisites:  REM
  REM   Visual Studio 2017, CMake, Ninja, SVN, GNUWin32, SWIG, Python 3,
  REM   NSIS with the strlen_8192 patch,
 -REM   Visual Studio 2017 SDK (for the clang-format plugin).
 +REM   Visual Studio 2017 SDK and Nuget (for the clang-format plugin),
 +REM   Perl (for the OpenMP run-time).
  REM
  REM
  REM   For LLDB, SWIG version <= 3.0.8 needs to be used to work around
 @@ -20,9 +21,8 @@ REM   https://github.com/swig/swig/issues/769  REM You need to modify the paths below:
  set vsdevcmd=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools\VsDevCmd.bat
 -set python32_dir=C:\Users\hwennborg\AppData\Local\Programs\Python\Python35-32
 -set python64_dir=C:\Users\hwennborg\AppData\Local\Programs\Python\Python35
 -set PATH=%PATH%;c:\gnuwin32\bin
 +set python32_dir=C:\Users\%USER%\AppData\Local\Programs\Python\Python35-32
 +set python64_dir=C:\Users\%USER%\AppData\Local\Programs\Python\Python35
  set revision=%1
  set branch=trunk
 | 

