[llvm-commits] [llvm] r95109 - in /llvm/trunk: include/llvm/Target/TargetMachine.h lib/CodeGen/LLVMTargetMachine.cpp tools/llc/llc.cpp tools/lto/LTOCodeGenerator.cpp
Chris Lattner
clattner at apple.com
Tue Feb 2 13:09:56 PST 2010
On Feb 2, 2010, at 12:56 PM, Dale Johannesen wrote:
>
> 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?
Doh, yes, I'll update llvm-gcc now. Sorry.
-Chris
More information about the llvm-commits
mailing list