OSDN Git Service

eliminate all forms of addPassesToEmitMachineCode except
authorChris Lattner <sabre@nondot.org>
Tue, 2 Feb 2010 19:14:27 +0000 (19:14 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Feb 2010 19:14:27 +0000 (19:14 +0000)
commitb5c5160a554cb0debeb7913287d9c099a753a59e
tree34099bd031fbb6fc12df119e136754f0a63322b1
parent82a594693976edefa37160567e7f7495c2653c99
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95109 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetMachine.h
lib/CodeGen/LLVMTargetMachine.cpp
tools/llc/llc.cpp
tools/lto/LTOCodeGenerator.cpp