commit | 74de6203efd12c5f57561a44b248051652a3de2c | [log] [tgz] |
---|---|---|
author | Rui Ueyama <ruiu@google.com> | Fri May 24 12:42:36 2019 +0000 |
committer | Rui Ueyama <ruiu@google.com> | Fri May 24 12:42:36 2019 +0000 |
tree | 3587e68ecbe26cbd842543eeddabe99b135f3f96 | |
parent | 8362cbe13b3226c7048b8c523e2cc8363ace47c5 [diff] |
[LLD][COFF] Implement /filealign parameter Patch by Stefan Schmidt. This adds the /filealign parameter to lld, which allows to specify the section alignment in the output file (as it does on Microsoft's link.exe). This is required to be able to load dynamically linked libraries on the original Xbox, where the debugger monitor expects the section alignment in the file to be the same as in memory. llvm-svn: 361634