[llvm-branch-commits] [llvm-gcc-branch] r150350 - /llvm-gcc-4.2/branches/Apple/Morbo/build_gcc

Bob Wilson bob.wilson at apple.com
Sun Feb 12 13:27:47 PST 2012


Author: bwilson
Date: Sun Feb 12 15:27:47 2012
New Revision: 150350

URL: http://llvm.org/viewvc/llvm-project?rev=150350&view=rev
Log:
Add a sym link to help llvm-gcc find dsymutil.  <rdar://problem/10720980>

Modified:
    llvm-gcc-4.2/branches/Apple/Morbo/build_gcc

Modified: llvm-gcc-4.2/branches/Apple/Morbo/build_gcc
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/branches/Apple/Morbo/build_gcc?rev=150350&r1=150349&r2=150350&view=diff
==============================================================================
--- llvm-gcc-4.2/branches/Apple/Morbo/build_gcc (original)
+++ llvm-gcc-4.2/branches/Apple/Morbo/build_gcc Sun Feb 12 15:27:47 2012
@@ -525,6 +525,7 @@
   # LLVM LOCAL begin fix broken link
   ln -s ../../../../../bin/as .$DL/as
   ln -s ../../../../../bin/ld .$DL/ld
+  ln -s ../../../../../bin/dsymutil .$DL/dsymutil
   # LLVM LOCAL end fix broken link
 done
 





More information about the llvm-branch-commits mailing list