Tue Jun 22 07:40:44 PDT 2010 David Terei <[email protected]>
* Remove LlvmAs phase as the llvm opt tool now handles this phase
This phase originally invoked the llvm-as tool that turns a textual
llvm assembly file into a bit code file for the rest of llvm to deal
with. Now the llvm opt tool can do this itself, so we don't need to
use llvm-as anymore.
M ./compiler/main/DriverPhases.hs -14 +9
M ./compiler/main/DriverPipeline.hs -50 +27
M ./compiler/main/DynFlags.hs -11 +3
M ./compiler/main/SysTools.lhs -9 +1
View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc;a=darcs_commitdiff;h=20100622144044-e1038-7f63191662c13bef31b34d11966de530baa267a1.gz
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc