mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
Using vmsize to populate this file works when outputing MachO images, but fails when outputting relocatable objects. This patch fixes the computation to use file offsets, which works for both output types. Fixes <rdar://problem/27727666> llvm-svn: 278297