[LLVMdev] [PATCH] Fix for bugpoint -remote-client

Evan Cheng evan.cheng at apple.com
Tue Jul 7 18:08:12 PDT 2009


Thanks Viktor.

+    std::cout << "<run locally>" << std::flush;

This should use std::cerr and make sure it is wrapped inside the DEBUG  
macro.

Also, we don't want RemoteRunSafely.sh  to be under utils/bugpoint.  
Can you move it to test-suite? Are you planning to change the llvm  
test suite makefile to make use of RemoteRunSafely.sh?

Thanks,

Evan

On Jul 7, 2009, at 4:32 PM, Viktor Kutuzov wrote:

> Hello everyone,
>
> Please find the patch attached.
> This fixes the bugpoint -remote-client and adds a helper script for  
> a remote run.
>
> -Viktor
> <ToolRunner.diff>_______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev




More information about the llvm-dev mailing list