[all-commits] [llvm/llvm-project] afbbca: [z/OS] Add call to shmctl() to release shared memo...
Zibi Sarbinowski via All-commits
all-commits at lists.llvm.org
Fri Mar 7 09:41:39 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: afbbca5c9d0b9063287a22b52e2be5ab6690c4ce
https://github.com/llvm/llvm-project/commit/afbbca5c9d0b9063287a22b52e2be5ab6690c4ce
Author: Zibi Sarbinowski <zibi at ca.ibm.com>
Date: 2025-03-07 (Fri, 07 Mar 2025)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/MemoryMapper.h
M llvm/lib/ExecutionEngine/Orc/MemoryMapper.cpp
Log Message:
-----------
[z/OS] Add call to shmctl() to release shared memory on z/OS (#130163)
This PR will solve the issue with leaking shared memory we have after running llvm lit test on z/OS.
In particular llvm/unittests/ExecutionEngine/Orc/SharedMemoryMapperTest.cpp was causing the leak.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list