Commit 19e55fce authored by Hans Wennborg's avatar Hans Wennborg
Browse files

Update scripts/Xcode/build-llvm.py to use llvm/clang 3.9 branch

llvm-svn: 276992
parent 59c12c57
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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