aboutsummaryrefslogtreecommitdiff
path: root/scripts/Xcode/build-llvm.py
diff options
context:
space:
mode:
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 792f92558b4d..c00907e935cf 100755
--- a/scripts/Xcode/build-llvm.py
+++ b/scripts/Xcode/build-llvm.py
@@ -22,12 +22,12 @@ def LLVM_HASH_INCLUDES_DIFFS():
def LLVM_REF():
- llvm_ref = "master"
+ llvm_ref = "release_40"
return llvm_ref
def CLANG_REF():
- clang_ref = "master"
+ clang_ref = "release_40"
return clang_ref
# For use with Xcode-style builds