summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/ChildTarget/ChildTarget.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-10-05 11:53:20 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-10-05 11:53:20 +0000
commitc83946f7f522c4b45d60f3bac4849f0811e18d30 (patch)
treebc4cbc0a5716de7ca54c773389931973b4d823f0 /llvm/tools/lli/ChildTarget/ChildTarget.cpp
parent3c529ca9308eb1c3cc30e0df7834fef0797b1c70 (diff)
downloadbcm5719-llvm-c83946f7f522c4b45d60f3bac4849f0811e18d30.tar.gz
bcm5719-llvm-c83946f7f522c4b45d60f3bac4849f0811e18d30.zip
lli: Plug leaks in the remote target external implementation.
llvm-svn: 192031
Diffstat (limited to 'llvm/tools/lli/ChildTarget/ChildTarget.cpp')
-rw-r--r--llvm/tools/lli/ChildTarget/ChildTarget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/lli/ChildTarget/ChildTarget.cpp b/llvm/tools/lli/ChildTarget/ChildTarget.cpp
index a59209a160c..55fcae9def8 100644
--- a/llvm/tools/lli/ChildTarget/ChildTarget.cpp
+++ b/llvm/tools/lli/ChildTarget/ChildTarget.cpp
@@ -11,6 +11,7 @@ using namespace llvm;
class LLIChildTarget {
public:
+ ~LLIChildTarget(); // OS-specific destructor
void initialize();
LLIMessageType waitForIncomingMessage();
void handleMessage(LLIMessageType messageType);
OpenPOWER on IntegriCloud