mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 04:46:27 +08:00
Symbol's dtors are not called because they are allocated using BumpPtrAllocators. So, members of std::unique_ptr type are not freed when symbols are deallocated. This patch is to allocate Thunks using BumpPtrAllocators. llvm-svn: 274896
27 KiB
27 KiB