mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 03:06:07 +00:00

The MachO file stores section alignment as log2(alignment-in-bytes). The allocation routines want the raw alignment-in-bytes value, so adjust for that. llvm-svn: 148604