[all-commits] [llvm/llvm-project] bec85f: [LLD] [COFF] [test] Readd lto-late-arm.ll (#143494)

Martin Storsjö via All-commits all-commits at lists.llvm.org
Wed Jun 11 22:58:47 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bec85f3b187f57713e01191381c88134e122bd35
      https://github.com/llvm/llvm-project/commit/bec85f3b187f57713e01191381c88134e122bd35
  Author: Martin Storsjö <martin at martin.st>
  Date:   2025-06-12 (Thu, 12 Jun 2025)

  Changed paths:
    A lld/test/COFF/lto-late-arm.ll

  Log Message:
  -----------
  [LLD] [COFF] [test] Readd lto-late-arm.ll (#143494)

This testcase was removed in 4cafd28b7dd92080103d11cccc78d9a2f01e1242,
as a082f665f85b1002ab22af263eeafceca5288657 had made it no longer
trigger the error that it was supposed to do. (Because the latter of
those two commits makes the symbol "__rt_sdiv" be included among the
potential libcalls listed by lto::LTO::getRuntimeLibcallSymbols().)

Readd the test as a positive test, making sure that such libcalls can
get linked.

We do have preexisting test coverage for LTO libcalls overall in
libcall-archive.ll, but readd this test to cover specifically the ARM
division helper functions as well.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list