make -filetype=obj default to emitting its output to foo.obj
authorChris Lattner <sabre@nondot.org>
Thu, 6 May 2010 00:54:20 +0000 (00:54 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 6 May 2010 00:54:20 +0000 (00:54 +0000)
commit5758d4ce4603bd2c0b97c87e6e516bf2afd78a85
tree289f19740bbe6e05145985d4acfe1e42b3dc974e
parent75395847817b88798f9d8cdfb7bc99388167d291
make -filetype=obj default to emitting its output to foo.obj
when on windows instead of foo.o.  Patch by Nathan Jeffords!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103150 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llc/llc.cpp