[all-commits] [llvm/llvm-project] 4cafd2: [lld] Delete lto-late-arm.ll

Aiden Grossman via All-commits all-commits at lists.llvm.org
Tue Jun 10 00:36:07 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4cafd28b7dd92080103d11cccc78d9a2f01e1242
      https://github.com/llvm/llvm-project/commit/4cafd28b7dd92080103d11cccc78d9a2f01e1242
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2025-06-10 (Tue, 10 Jun 2025)

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

  Log Message:
  -----------
  [lld] Delete lto-late-arm.ll

This test is failing on a couple of bots and on premerge after
a082f665f85b1002ab22af263eeafceca5288657.

That patch configures the relevant libcalls for ARM in RuntimeLibCalls.
This causes __rt_sdiv to get pulled into the LTO preopt IR. This should
happen for other builtins as well, which means that the original issue
that the patch introducing this patch intended to diagnose should no
longer exist.

The compiler generated calls to builtins mentioned in
7f9a0048fa3fb5513c09731a7f82a851b0bcd609 should always have definitions,
assuming they are available in the link and will not only get pulled in
late if lazily loading symbols from archives. We otherwise get the
standard diagnostic if they are not.



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