Moving 3.4 build to LLVM 3.4.2 release.
This commit is contained in:
2
alloy.py
2
alloy.py
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
Reference in New Issue
Block a user