[PATCH] D23599: [ThinLTO] Add caching to the new LTO API
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 22 08:15:26 PDT 2016
tejohnson added a comment.
Looked at the llvm-lto2 core dump. The problem is that the Path variable declared in the AddOutput lambda is destroyed by the time it is used in the AddBuffer callback. Presumably it should be passed into the CacheObjectOutput constructor and a copy saved there.
https://reviews.llvm.org/D23599
More information about the llvm-commits
mailing list