[llvm-commits] [llvm] r95109 - in /llvm/trunk: include/llvm/Target/TargetMachine.h lib/CodeGen/LLVMTargetMachine.cpp tools/llc/llc.cpp tools/lto/LTOCodeGenerator.cpp

Dale Johannesen dalej at apple.com
Tue Feb 2 12:56:48 PST 2010


On Feb 2, 2010, at 11:14 AMPST, Chris Lattner wrote:

> Author: lattner
> Date: Tue Feb  2 13:14:27 2010
> New Revision: 95109
>
> URL: http://llvm.org/viewvc/llvm-project?rev=95109&view=rev
> Log:
> eliminate all forms of addPassesToEmitMachineCode except
> the one used by the JIT.  Remove all forms of
> addPassesToEmitFileFinish except the one used by the static
> code generator.  Inline the remaining version of
> addPassesToEmitFileFinish into its only caller.

llvm-gcc still uses addPassesToEmitFileFinish, so bootstrap fails.  Is  
it right just to remove the call there as you did elsewhere?





More information about the llvm-commits mailing list