scripts/libraries in rvm-0.1.3 vs scripts/libraries in rvm-0.1.5
- old
+ new
@@ -133,10 +133,10 @@
__rvm_install_llvm() {
if [[ ! -z "$rvm_make_flags_flag" ]] ; then __rvm_make_flags ; fi
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
sudo env UNIVERSAL=1 UNIVERSAL_ARCH="i386 x86_64" ENABLE_OPTIMIZED=1 make install
fi