Skip to content

Commit

Permalink
Bump LLVM version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneeseguin committed Feb 2, 2010
1 parent 38cf2fb commit 88f0cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/libraries
Expand Up @@ -135,7 +135,7 @@ __rvm_install_llvm() {
builtin cd "$rvm_src_path"
if [[ ! -d "$rvm_src_path/llvm/.svn" ]] ; then
rm -rf "$rvm_src_path/llvm"
svn co -r 82747 https://llvm.org/svn/llvm-project/llvm/trunk llvm
svn co -r 89156 https://llvm.org/svn/llvm-project/llvm/trunk llvm
builtin cd "$rvm_src_path/llvm"
./configure --enable-bindings=none
UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 make -j2
Expand Down

0 comments on commit 88f0cad

Please sign in to comment.