Remove LlvmAs phase as the llvm opt tool now handles this phase
authorDavid Terei <davidterei@gmail.com>
Tue, 22 Jun 2010 14:40:44 +0000 (14:40 +0000)
committerDavid Terei <davidterei@gmail.com>
Tue, 22 Jun 2010 14:40:44 +0000 (14:40 +0000)
commitf1a72b2938cc289c9a3879301ab445ec9efd63dd
tree5195be801d188a96e892be7fc3cfb15506bb04fb
parentab1845f0b37904b0517b07fa822ad07e6628018c
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.
compiler/main/DriverPhases.hs
compiler/main/DriverPipeline.hs
compiler/main/DynFlags.hs
compiler/main/SysTools.lhs