After telling GCC to type of the input file with -x asm/-x c, switch back to
authorChris Lattner <sabre@nondot.org>
Fri, 9 Jun 2006 21:31:53 +0000 (21:31 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 9 Jun 2006 21:31:53 +0000 (21:31 +0000)
commit629e48768abd320107eae8e23d5af1e38d4c0fbe
tree2e5df07a014df4cbf53ecac23e92a75a36f0b03b
parent2fafaf1b01bbcb8a5db2f6ded07fb840115ca5d9
After telling GCC to type of the input file with -x asm/-x c, switch back to
-x none, to not foul up autodetection of .a file or .dylibs.

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