add support for bugpointing the integrated assembler. Something like this
authorChris Lattner <sabre@nondot.org>
Tue, 16 Mar 2010 06:41:47 +0000 (06:41 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 16 Mar 2010 06:41:47 +0000 (06:41 +0000)
commit50010429a7c3285dab15ede68acae7231fade367
tree449860fe2adf8670337ebe177003e7021114c0c1
parent4d820681678e6703119a38c079172bc83ff6287a
add support for bugpointing the integrated assembler.  Something like this
works for me: bugpoint Output/bisort.llvm.bc -run-llc-ia -safe-run-llc

This uses llc with the integrated assembler as the test compiler and llc
without it as the safe compiler.

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