From 1f0d177335eeaf26b4b3e006b7866141e9951254 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Thu, 23 Jan 2014 11:26:37 +0000 Subject: Interim build fix for Makefiles Looks like some parts still need detangling. Let's see if this holds for now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@199885 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/lli/RemoteTarget.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/lli/RemoteTarget.cpp') diff --git a/tools/lli/RemoteTarget.cpp b/tools/lli/RemoteTarget.cpp index f07534d161..c3195e2154 100644 --- a/tools/lli/RemoteTarget.cpp +++ b/tools/lli/RemoteTarget.cpp @@ -22,6 +22,8 @@ using namespace llvm; +#ifndef LLI_BUILDING_CHILD + // Static methods RemoteTarget *RemoteTarget::createRemoteTarget() { return new RemoteTarget; @@ -43,6 +45,7 @@ bool RemoteTarget::hostSupportsExternalRemoteTarget() { #endif } +#endif //////////////////////////////////////////////////////////////////////////////// // Simulated remote execution -- cgit v1.2.3