[llvm] r303080 - build_llvm_package.bat: Minor updates

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon May 15 09:50:49 PDT 2017


Author: hans
Date: Mon May 15 11:50:48 2017
New Revision: 303080

URL: http://llvm.org/viewvc/llvm-project?rev=303080&view=rev
Log:
build_llvm_package.bat: Minor updates

Modified:
    llvm/trunk/utils/release/build_llvm_package.bat

Modified: llvm/trunk/utils/release/build_llvm_package.bat
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/release/build_llvm_package.bat?rev=303080&r1=303079&r2=303080&view=diff
==============================================================================
--- llvm/trunk/utils/release/build_llvm_package.bat (original)
+++ llvm/trunk/utils/release/build_llvm_package.bat Mon May 15 11:50:48 2017
@@ -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/issue
 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




More information about the llvm-commits mailing list