[all-commits] [llvm/llvm-project] bbc2fc: [Support][ORC] Add an explicit release operation t...
lhames via All-commits
all-commits at lists.llvm.org
Tue Oct 12 10:13:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bbc2fc548b43806f2c2a2180b696127f7a680050
https://github.com/llvm/llvm-project/commit/bbc2fc548b43806f2c2a2180b696127f7a680050
Author: Lang Hames <lhames at gmail.com>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Changed paths:
M llvm/include/llvm/Support/Memory.h
M llvm/unittests/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManagerTest.cpp
Log Message:
-----------
[Support][ORC] Add an explicit release operation to OwningMemoryBlock.
This gives OwningMemoryBlock clients a way to check for errors on release.
rdar://84127175
More information about the All-commits
mailing list