summaryrefslogtreecommitdiff
path: root/scripts/Xcode/build-llvm.py
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2016-08-17 19:37:50 +0000
committerDimitry Andric <dim@FreeBSD.org>2016-08-17 19:37:50 +0000
commit3b6b9a026ed26abe3a3f1470da00ae1f478c4aca (patch)
tree7cc7530d12529b80577ff4d97d97ba6db915102e /scripts/Xcode/build-llvm.py
parent98043205754656c922673ff69114f7a7751037b6 (diff)
Notes
Diffstat (limited to 'scripts/Xcode/build-llvm.py')
-rwxr-xr-xscripts/Xcode/build-llvm.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Xcode/build-llvm.py b/scripts/Xcode/build-llvm.py
index b594a8cfe17b6..f0460b6d5603b 100755
--- a/scripts/Xcode/build-llvm.py
+++ b/scripts/Xcode/build-llvm.py
@@ -19,11 +19,11 @@ def LLVM_HASH_INCLUDES_DIFFS ():
# it with regexps. Only change how this works if you know what you are doing.
def LLVM_REF ():
- llvm_ref = "master"
+ llvm_ref = "release_39"
return llvm_ref
def CLANG_REF ():
- clang_ref = "master"
+ clang_ref = "release_39"
return clang_ref
# For use with Xcode-style builds