diff options
author | Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> | 2020-08-10 18:07:40 +0100 |
---|---|---|
committer | Alex Richardson <Alexander.Richardson@cl.cam.ac.uk> | 2020-08-10 18:08:07 +0100 |
commit | e912fffd3a8c6c9f6e09d2eac4c1ee3a32800a22 (patch) | |
tree | 900e60435fcd539455c6662e6d7eb93c4f93b089 /llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | |
parent | 13d05787d0d2dfdfd81939c2e5c41b6a913f5619 (diff) | |
download | llvm-e912fffd3a8c6c9f6e09d2eac4c1ee3a32800a22.zip llvm-e912fffd3a8c6c9f6e09d2eac4c1ee3a32800a22.tar.gz llvm-e912fffd3a8c6c9f6e09d2eac4c1ee3a32800a22.tar.bz2 |
[ELF] Avoid creating a 2.1GB output file in arm-exidx-range.s
Currently both sections will be placed in the same PT_LOAD and therefore
lld generates a contiguous output file containing both sections.
By using AT(0xffff0000) the .vectors is placed a separate PT_LOAD and the
resulting file is now only a few kilobytes.
Reviewed By: psmith
Differential Revision: https://reviews.llvm.org/D85661
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp')
0 files changed, 0 insertions, 0 deletions