Changes in directory llvm/tools/bugpoint:
ToolRunner.cpp updated: 1.61 -> 1.62
ToolRunner.h updated: 1.24 -> 1.25
---
Log message:
Added -rsh-host and -rsh-user to support remote execution.
---
Diffs of the changes: (+44 -6)
ToolRunner.cpp | 46 +---
Changes in directory llvm/tools/bugpoint:
ToolRunner.cpp updated: 1.59 -> 1.60
---
Log message:
A bit more debugging printf's.
---
Diffs of the changes: (+10 -0)
ToolRunner.cpp | 10 ++
1 files changed, 10 insertions(+)
Index: llvm/tools/bugpoint/ToolRunner.cpp
diff -u llvm/tool
Changes in directory llvm/tools/bugpoint:
ToolRunner.cpp updated: 1.58 -> 1.59
---
Log message:
comment out debug code
---
Diffs of the changes: (+6 -6)
ToolRunner.cpp | 12 ++--
1 files changed, 6 insertions(+), 6 deletions(-)
Index: llvm/tools/bugpoint/ToolRunner.cpp
diff -u
Changes in directory llvm/tools/bugpoint:
ToolRunner.cpp updated: 1.52 -> 1.53
---
Log message:
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.
---
Diffs of the changes: (+2 -0)
ToolRunner.cpp |2