Loading
Merging r313741:
------------------------------------------------------------------------ r313741 | grimar | 2017-09-20 02:27:41 -0700 (Wed, 20 Sep 2017) | 9 lines [ELF] - Fix segfault when processing .eh_frame. Its a PR34648 which was a segfault that happened because we stored pointers to elements in DenseMap. When DenseMap grows such pointers are invalidated. Solution implemented is to keep elements by pointer and not by value. Differential revision: https://reviews.llvm.org/D38034 ------------------------------------------------------------------------ llvm-svn: 314860