summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/ChildTarget
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-01-23 12:55:05 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-01-23 12:55:05 +0000
commitc3a3866a78e793fc2cbcd0eeb7ab9083a1294791 (patch)
treea09fc6f8774b7658f433fea354d3c885212f4aa1 /llvm/tools/lli/ChildTarget
parent20513c0937b290b0f062f1e1b24148e7eb5debed (diff)
downloadbcm5719-llvm-c3a3866a78e793fc2cbcd0eeb7ab9083a1294791.tar.gz
bcm5719-llvm-c3a3866a78e793fc2cbcd0eeb7ab9083a1294791.zip
Windows/ChildTarget.inc: LLIChildTarget::allocate() has gone since r199881.
llvm-svn: 199889
Diffstat (limited to 'llvm/tools/lli/ChildTarget')
-rw-r--r--llvm/tools/lli/ChildTarget/Windows/ChildTarget.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/tools/lli/ChildTarget/Windows/ChildTarget.inc b/llvm/tools/lli/ChildTarget/Windows/ChildTarget.inc
index bea0947b7ec..289f27a4703 100644
--- a/llvm/tools/lli/ChildTarget/Windows/ChildTarget.inc
+++ b/llvm/tools/lli/ChildTarget/Windows/ChildTarget.inc
@@ -28,7 +28,3 @@ int LLIChildTarget::WriteBytes(const void *Data, size_t Size) {
int LLIChildTarget::ReadBytes(void *Data, size_t Size) {
return 0;
}
-
-uint64_t LLIChildTarget::allocate(uint32_t Alignment, uint32_t Size) {
- return 0;
-}
OpenPOWER on IntegriCloud