change addPassesToEmitFile to return true on failure instead of its input,
authorChris Lattner <sabre@nondot.org>
Wed, 3 Feb 2010 05:55:08 +0000 (05:55 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 3 Feb 2010 05:55:08 +0000 (05:55 +0000)
commit5669e3009761dff20b67e18a382c334041887928
tree1627a6f9aa094e2aba6b96e3e258b7e47de42a14
parentfebc81680c80a53f15f85b1812cba07fc179b9fd
change addPassesToEmitFile to return true on failure instead of its input,
add -filetype=null for performance testing and remove -filetype=dynlib,
which isn't planned to be implemented.

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