diff options
| author | Eric Christopher <echristo@apple.com> | 2009-12-01 02:26:01 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2009-12-01 02:26:01 +0000 |
| commit | d6206a8b0048c07c7400054dc06b83ed6383bfff (patch) | |
| tree | f8259706596aa55e4acdedb5ea4d8ffa200e973a /llvm/utils | |
| parent | 5c600b54357b6c7b15c7277e944cf9883b11a7fe (diff) | |
| download | bcm5719-llvm-d6206a8b0048c07c7400054dc06b83ed6383bfff.tar.gz bcm5719-llvm-d6206a8b0048c07c7400054dc06b83ed6383bfff.zip | |
Add a soft link so that in an apple style build we can find libLTO.dylib.
llvm-svn: 90189
Diffstat (limited to 'llvm/utils')
| -rwxr-xr-x | llvm/utils/buildit/build_llvm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/utils/buildit/build_llvm b/llvm/utils/buildit/build_llvm index 9168d1a4858..4392b27ee1b 100755 --- a/llvm/utils/buildit/build_llvm +++ b/llvm/utils/buildit/build_llvm @@ -341,6 +341,14 @@ chgrp -R wheel $DEST_DIR find $DEST_DIR -name html.tar.gz -exec rm {} \; ################################################################################ +# symlinks so that B&I can find things + +cd $DEST_DIR +mkdir -p ./usr/lib/ +cd usr/lib +ln -s ../../Developer/usr/lib/libLTO.dylib ./libLTO.dylib + +################################################################################ # w00t! Done! exit 0 |

