[PATCH] D42926: [CodeView] Initial support for emitting S_BLOCK32 symbols for lexical scopes
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 15 14:02:52 PDT 2018
rnk added a comment.
This had hashtable UAF issues. The fix for it is to move the FunctionInfo out of the DenseMap so that its members become stable.
Repository:
rL LLVM
https://reviews.llvm.org/D42926
More information about the llvm-commits
mailing list