diff options
-rw-r--r-- | llvm/tools/lli/lli.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp index d9a008f116a..48aa1d83a48 100644 --- a/llvm/tools/lli/lli.cpp +++ b/llvm/tools/lli/lli.cpp @@ -538,8 +538,8 @@ int main(int argc, char **argv, char * const *envp) { if (RemoteMCJIT) { #ifndef LLVM_ON_UNIX WithColor::warning(errs(), argv[0]) - << "host does not support external remote targets.\n" WithColor::note() - << "defaulting to local execution\n"; + << "host does not support external remote targets.\n"; + WithColor::note() << "defaulting to local execution\n"; return -1; #else if (ChildExecPath.empty()) { |