[all-commits] [llvm/llvm-project] 645239: Revert "[lld][test][LoongArch] Remove the test for...

Lu Weining via All-commits all-commits at lists.llvm.org
Mon Dec 25 07:01:40 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6452395561eaae59e38f1df84f5413dffdb9169f
      https://github.com/llvm/llvm-project/commit/6452395561eaae59e38f1df84f5413dffdb9169f
  Author: Weining Lu <luweining at loongson.cn>
  Date:   2023-12-25 (Mon, 25 Dec 2023)

  Changed paths:
    M lld/test/ELF/loongarch-call36.s

  Log Message:
  -----------
  Revert "[lld][test][LoongArch] Remove the test for R_LARCH_CALL36 range checking"

This reverts commit 0fbc728dba97149e530cfb7f2ada0283c398a7ce.

In 88548df0fc08, both the .sec.foo and .tex sections used the same
section flags, hence sharing one segment, pushing the output file
size too large. This breaks on many buildbots.

Now assign section .sec.foo different flags ("awx") from .text ("ax")
so that both sections get their own segment.




More information about the All-commits mailing list