[PATCH] D52126: Discard uncompressed buffer after creating .gdb_index contents.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 15:48:52 PDT 2018


ruiu added a comment.

> Great finding! Just a question: do you move the code because the new place fits well?

In the above parallelForEachN, we read contents  of .debug_gnu_pub{names,types}, so the previous position doesn't work.


https://reviews.llvm.org/D52126





More information about the llvm-commits mailing list