"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "d7a090ffc4d058e62fd66f6fca54afa5b969c292"
Fix a false-positive memory leak in code using RemoveFileOnSignal(). Because
libstdc++'s std::string class points to the interior of an allocation, valgrind reports strings still alive at program termination as possible leaks. I didn't use a ManagedStatic for this because System can't depend on Support. llvm-svn: 98716
Loading
Please register or sign in to comment