diff options
author | Aiden Grossman <agrossman154@yahoo.com> | 2023-06-30 12:42:37 -0700 |
---|---|---|
committer | Aiden Grossman <agrossman154@yahoo.com> | 2023-06-30 12:43:20 -0700 |
commit | 1048b7f8e7c467d1265b3d808ab35ea2e42e79b6 (patch) | |
tree | 29def48699979308ad0ba38c7f7676d854181220 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | bb3763e497d94b061aa9d625fc542d16da9cae6d (diff) | |
download | llvm-1048b7f8e7c467d1265b3d808ab35ea2e42e79b6.zip llvm-1048b7f8e7c467d1265b3d808ab35ea2e42e79b6.tar.gz llvm-1048b7f8e7c467d1265b3d808ab35ea2e42e79b6.tar.bz2 |
[llvm-exegesis] Make sure auxiliary memory is unlinked after usage
Currently the shm_unlink is never called on the auxiliary memory shared
memory, so it stays around after running llvm-exegesis (including
running the llvm-exegesis tests). This patch adds the auxiliary memory
shared memory name to the SharedMemoryNames list so that it gets
unlinked when the destructor of SubprocessMemory is called.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions