--- MacRuby/trunk/instruby.rb 2009-10-14 22:32:51 UTC (rev 2797)
+++ MacRuby/trunk/instruby.rb 2009-10-14 22:44:31 UTC (rev 2798)
@@ -518,6 +518,9 @@
ln_sfh File.join("../../..", CONFIG['bindir'], 'rb_nibtool'), ib_dest
install('tool/rb_nibtool.old', ib_dest, :mode => $prog_mode)
+puts "installing LLVM tools"
+install('/usr/local/bin/llc', CONFIG['bindir'], :mode => $prog_mode)
+
end # unless $installing_rdoc
# vi:set sw=2: