search for: 87f95984

Displaying 2 results from an estimated 2 matches for "87f95984".

2010 Jan 27
0
[LLVMdev] question about running llvm test-suite on remote machine
...remote host and then transfer the output back, but no one has done that yet. If you're interested in working on that, it would be much appreciated. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100127/87f95984/attachment.html>
2010 Jan 27
2
[LLVMdev] question about running llvm test-suite on remote machine
Hi, I've looked into use of the remote variables: REMOTE_HOST, REMOTE_CLIENT, REMOTE_USER, etc. Can you tell me how exactly one uses these variables to run the llvm test-suite remotely? As far as I can tell, the local host and remote host directory structures have to match exactly. In addition, it seems that the remote host has to pre-generate building the test executables, while the