OSDN Git Service

Inline addAssemblyEmitter into its one real caller and delete
authorChris Lattner <sabre@nondot.org>
Tue, 2 Feb 2010 18:44:12 +0000 (18:44 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Feb 2010 18:44:12 +0000 (18:44 +0000)
commit0823d2a654cb3a075016f6efd21359ed4f5aca21
tree174ad17988f0d18b0d2377d6cdcd69921cb64009
parent8991d51ddcea31e198aff1fd01c05af2679ee8f8
Inline addAssemblyEmitter into its one real caller and delete
the -print-emitted-asm option.  The JIT shouldn't have to pull
in the asmprinter.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95100 91177308-0d34-0410-b5e6-96231b3b80d8
docs/WritingAnLLVMBackend.html
include/llvm/Target/TargetMachine.h
lib/CodeGen/LLVMTargetMachine.cpp