summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ToolRunner.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* A bit more debugging printf's.Evan Cheng2007-01-031-0/+10
| | | | llvm-svn: 32832
* comment out debug codeChris Lattner2006-09-151-6/+6
| | | | llvm-svn: 30401
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-151-6/+18
| | | | | | LLC as the reference compiler to reduce testcases for bugs in GCC. llvm-svn: 30400
* For PR797:Reid Spencer2006-08-231-5/+25
| | | | | | | Final removal of exceptions from lib/System and adjustment of users to accommodate. llvm-svn: 29846
* For PR797:Reid Spencer2006-08-211-1/+1
| | | | | | | | Adjust usage of the ExecuteAndWait function to use the last argument which is the ErrMsg string. This is necessitated because this function no longer throws exceptions on error. llvm-svn: 29791
* For PR797:Reid Spencer2006-08-211-1/+1
| | | | | | | | Make sys::Program::ExecuteAndWait not throw exceptions and update any affected code. It now return -9999 to signal that the program couldn't be executed. Only one case (in bugpoint) actually examines the result code. llvm-svn: 29785
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-271-21/+40
| | | | llvm-svn: 28939
* After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner2006-06-091-0/+2
| | | | | | -x none, to not foul up autodetection of .a file or .dylibs. llvm-svn: 28741
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-061-0/+514
llvm-svn: 28699
OpenPOWER on IntegriCloud