llvm/tools/llvm-dis
Charles Saternos 417caf5c7c [ThinLTO] Fix ThinLTO crash while destroying context
Fix for PR32763

An assert that checks if a Ref was untracked fails during ThinLTO context cleanup. The issue is because lazy loading temporary nodes didn't properly track ValueAsMetadata nodes. This patch ensures that the temporary nodes are properly tracked when they're replaced with the value.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@310967 91177308-0d34-0410-b5e6-96231b3b80d8
2017-08-15 22:23:44 +00:00
..
CMakeLists.txt
llvm-dis.cpp
LLVMBuild.txt