Remove some stale comments and fix a typo as suggested by David Blaikie in his

review of r257343.

Thanks Dave!

llvm-svn: 258002
This commit is contained in:
Lang Hames 2016-01-17 01:49:46 +00:00
parent 72155c33b1
commit 4ce7cc0f4c
3 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,5 @@
; RUN: %lli -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s
; XFAIL: mingw32,win32
; This test should fail until remote symbol resolution is supported.
define i32 @main() nounwind {
entry:

View File

@ -1,6 +1,5 @@
; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%exeext %s
; XFAIL: mingw32,win32
; This test should fail until remote symbol resolution is supported.
define i32 @main() nounwind {
entry:

View File

@ -587,7 +587,7 @@ int main(int argc, char **argv, char * const *envp) {
if (RemoteMCJIT) {
#ifndef LLVM_ON_UNIX
errs() << "Warning: host does not support external remote targets.\n"
<< " Defaulting to local execution execution\n";
<< " Defaulting to local execution\n";
return -1;
#else
if (ChildExecPath.empty()) {