Revision
2798
Author
lsansonetti@apple.com
Date
2009-10-14 15:44:31 -0700 (Wed, 14 Oct 2009)

Log Message

now install llc inside the framework's bindir

Modified Paths

Diff

Modified: MacRuby/trunk/instruby.rb (2797 => 2798)


--- 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: