]> granicus.if.org Git - llvm/commit
[JITLink] Explicitly destroy bumpptr-allocated blocks to avoid a memory leak.
authorLang Hames <lhames@gmail.com>
Fri, 4 Oct 2019 05:24:40 +0000 (05:24 +0000)
committerLang Hames <lhames@gmail.com>
Fri, 4 Oct 2019 05:24:40 +0000 (05:24 +0000)
commit11e64d59b8542f9b56391c3732442f657c3287a7
tree68e8b1059630efb6c37979f6822fbd5b5bf87175
parent0df06f127073532e646109c4cae768418567cc31
[JITLink] Explicitly destroy bumpptr-allocated blocks to avoid a memory leak.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373693 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/JITLink/JITLink.h
lib/ExecutionEngine/JITLink/JITLink.cpp