Moving 3.4 build to LLVM 3.4.2 release.

This commit is contained in:
Dmitry Babokin
2014-07-14 18:49:35 +04:00
parent 6da9d43f69
commit ad67e3bb5d
2 changed files with 3 additions and 1 deletions

View File

@@ -97,7 +97,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra,
if version_LLVM == "trunk":
SVN_PATH="trunk"
if version_LLVM == "3.4":
SVN_PATH="tags/RELEASE_34/final"
SVN_PATH="tags/RELEASE_34/dot2-final"
version_LLVM = "3_4"
if version_LLVM == "3.3":
SVN_PATH="tags/RELEASE_33/final"

View File

@@ -1,3 +1,5 @@
# This patch needs to be applied only to 3.4 (not 3.4.2), so this has the name,
# which doesn't trigger automatic application of the patch (no 3_4 in the name).
Index: include/llvm/IR/IntrinsicsX86.td
===================================================================
--- include/llvm/IR/IntrinsicsX86.td (revision 201125)