rzel / unladen-swallow

Automatically exported from code.google.com/p/unladen-swallow
0 stars 0 forks source link

Add a ./configure flag to disable LLVM #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In order to maintain support for smaller platforms like cell phones, we
should include a ./configure flag to disable LLVM entirely. Since we'll be
keeping around the eval loop, this should be pretty straightforward to
implement.

Original issue reported on code.google.com by collinw on 13 Apr 2009 at 10:33

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 27 May 2009 at 11:05

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 27 May 2009 at 11:07

GoogleCodeExporter commented 8 years ago
--without-llvm should be an extension of the --with-llvm option that was added 
in r594.

Original comment by collinw on 29 May 2009 at 3:24

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 29 May 2009 at 4:11

GoogleCodeExporter commented 8 years ago

Original comment by collinw on 10 Jun 2009 at 9:05

GoogleCodeExporter commented 8 years ago
Fixed in r746.

Original comment by collinw on 17 Jul 2009 at 5:43