Files
clang-p2996/lld/test/ELF
WANG Xuerui ffe2b6f75d [lld][ELF][test] Fix excessive output file size in loongarch-add-sub.s
Initially the .rodata section came before .text, hence sharing its
segment with the program header sitting at a small offset, pushing the
output file size to ~72GiB (the file was sparse though, so not much is
really written). This breaks on 32-bit platforms and is irrelevant to
the feature being tested, so re-order the two sections so .text gets
processed first, and both sections get their own segment.

This addresses the issue found by the clang-armv8-lld-2stage builder:
    https://lab.llvm.org/buildbot/#/builders/178/builds/5340

Reviewed By: SixWeining, xry111

Differential Revision: https://reviews.llvm.org/D156293
2023-07-26 22:17:32 +08:00
..
2023-07-18 16:13:58 -07:00
2023-05-02 09:34:48 +08:00
2022-08-15 18:49:02 -04:00
2023-07-18 17:57:31 -07:00
2022-08-02 09:52:31 -04:00
2023-07-25 17:06:07 +08:00
2023-07-25 17:06:07 +08:00
2022-10-24 10:54:09 -07:00
2023-07-18 17:57:31 -07:00
2022-09-12 12:56:35 -07:00
2022-09-20 17:12:44 -07:00
2022-10-24 10:54:09 -07:00