[llvm] r291682 - build_llvm_package.bat: Add note about what SWIG version to use
Hans Wennborg via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 11 08:42:32 PST 2017
Author: hans
Date: Wed Jan 11 10:42:31 2017
New Revision: 291682
URL: http://llvm.org/viewvc/llvm-project?rev=291682&view=rev
Log:
build_llvm_package.bat: Add note about what SWIG version to use
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=291682&r1=291681&r2=291682&view=diff
==============================================================================
--- llvm/trunk/utils/release/build_llvm_package.bat (original)
+++ llvm/trunk/utils/release/build_llvm_package.bat Wed Jan 11 10:42:31 2017
@@ -11,6 +11,10 @@ REM
REM Visual Studio 2015, CMake, Ninja, SVN, GNUWin32, SWIG, Python 3,
REM NSIS with the strlen_8192 patch,
REM Visual Studio 2015 SDK (for the clang-format plugin).
+REM
+REM
+REM For LLDB, SWIG version <= 3.0.8 needs to be used to work around
+REM https://github.com/swig/swig/issues/769
REM You need to modify the paths below:
More information about the llvm-commits
mailing list