arvindm95 / unladen-swallow

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

Add a script to install LLVM with the right options #43

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Now that we have the --with-llvm option, we should have a script in
Util/llvm to configure, make and install LLVM with the proper options. We
pass a bunch of options from Python's ./configure to LLVM's ./configure,
and those should be automated into a simple script. Otherwise, you'll have
to dig through Python's ./configure to find the right options every time,
and that's a pain in the ass.

This will make --with-llvm a lot easier to use.

Original issue reported on code.google.com by collinw on 29 May 2009 at 4:47

GoogleCodeExporter commented 8 years ago
Fixed in r604.

Original comment by collinw on 4 Jun 2009 at 4:32