Skip to content

Commit

Permalink
Remove some stale comments and fix a typo as suggested by David Blaik…
Browse files Browse the repository at this point in the history
…ie in his

review of r257343.

Thanks Dave!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258002 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lhames committed Jan 17, 2016
1 parent d46c045 commit 94e1407
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion test/ExecutionEngine/MCJIT/remote/stubs-remote.ll
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 0 additions & 1 deletion test/ExecutionEngine/OrcMCJIT/remote/stubs-remote.ll
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion tools/lli/lli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 94e1407

Please sign in to comment.