mirror of
https://github.com/intel/llvm.git
synced 2026-02-04 03:26:06 +08:00
find_section used to match offsets equal to file_offset + size causing offsets to sometimes be attributed to the wrong section. Reviewed By: Amir Differential Revision: https://reviews.llvm.org/D149047