diff options
author | Alp Toker <alp@nuanti.com> | 2014-01-23 11:26:37 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2014-01-23 11:26:37 +0000 |
commit | 6500dbae893c4bbda1db3f0896dcb1e18624dac2 (patch) | |
tree | f0f52d42ab3f55fd06a4972e29d358b4288674bc /llvm/tools/lli/RemoteTarget.cpp | |
parent | aa7fa5e4b258e4cbda0f47414bf74796b07c8221 (diff) | |
download | bcm5719-llvm-6500dbae893c4bbda1db3f0896dcb1e18624dac2.tar.gz bcm5719-llvm-6500dbae893c4bbda1db3f0896dcb1e18624dac2.zip |
Interim build fix for Makefiles
Looks like some parts still need detangling. Let's see if this holds for now.
llvm-svn: 199885
Diffstat (limited to 'llvm/tools/lli/RemoteTarget.cpp')
-rw-r--r-- | llvm/tools/lli/RemoteTarget.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/tools/lli/RemoteTarget.cpp b/llvm/tools/lli/RemoteTarget.cpp index f07534d161a..c3195e2154c 100644 --- a/llvm/tools/lli/RemoteTarget.cpp +++ b/llvm/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 |