From 3b6b9a026ed26abe3a3f1470da00ae1f478c4aca Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 17 Aug 2016 19:37:50 +0000 Subject: Vendor import of lldb release_39 branch r278877: https://llvm.org/svn/llvm-project/lldb/branches/release_39@278877 --- scripts/Xcode/build-llvm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/Xcode/build-llvm.py') 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 -- cgit v1.2.3