[Lldb-commits] [PATCH] D40079: Make sure DataBufferLLVM contents are writable

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 15 10:05:20 PST 2017


clayborg added a comment.

I had suggested in https://reviews.llvm.org/D38142 that we have ObjectFileELF check the file type of the file and only map with write abilities if the ELF file is an object file since that is the only time we need relocations. If we can pass a flag through to indicate how to map, would that provide any additional performance improvements?


https://reviews.llvm.org/D40079





More information about the lldb-commits mailing list