[all-commits] [llvm/llvm-project] bfb40e: [ORC] Don't try to perform empty deallocations.
lhames via All-commits
all-commits at lists.llvm.org
Tue Oct 26 20:48:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bfb40e83ee5824b3cede5360aec4338ec242155e
https://github.com/llvm/llvm-project/commit/bfb40e83ee5824b3cede5360aec4338ec242155e
Author: Lang Hames <lhames at gmail.com>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
Log Message:
-----------
[ORC] Don't try to perform empty deallocations.
Commit: 91434d44699642075378c888bf61715ff2d9e23f
https://github.com/llvm/llvm-project/commit/91434d44699642075378c888bf61715ff2d9e23f
Author: Lang Hames <lhames at gmail.com>
Date: 2021-10-26 (Tue, 26 Oct 2021)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h
Log Message:
-----------
[JITLink] Fix element-present check in MachOLinkGraphParser.
Not all symbols are added to the index-to-symbol map, so we shouldn't use the
size of the map as a proxy for the highest valid index.
Compare: https://github.com/llvm/llvm-project/compare/9feb46137560...91434d446996
More information about the All-commits
mailing list