[llvm] [DebugInfo][DWARF] Allow memory locations in DW_AT_call_target expressions (PR #171183)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 13 13:26:48 PST 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-armv7-vfpv3-2stage` running on `linaro-clang-armv7-vfpv3-2stage` while building `llvm` at step 10 "ninja check 2".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/135/builds/2828

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 10 (ninja check 2) failure: stage 2 checked (failure)
******************** TEST 'LLVM :: CodeGen/X86/2009-03-23-MultiUseSched.ll' FAILED ********************
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 3
/home/tcwg-buildbot/worker/clang-armv7-vfpv3-2stage/stage2/bin/llc < /home/tcwg-buildbot/worker/clang-armv7-vfpv3-2stage/llvm/llvm/test/CodeGen/X86/2009-03-23-MultiUseSched.ll -mtriple=x86_64-linux -mcpu=corei7 -relocation-model=static | /home/tcwg-buildbot/worker/clang-armv7-vfpv3-2stage/stage2/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv7-vfpv3-2stage/llvm/llvm/test/CodeGen/X86/2009-03-23-MultiUseSched.ll
# executed command: /home/tcwg-buildbot/worker/clang-armv7-vfpv3-2stage/stage2/bin/llc -mtriple=x86_64-linux -mcpu=corei7 -relocation-model=static
# .---command stderr------------
# | LLVM ERROR: out of memory
# | Allocation failed
# | PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace and instructions to reproduce the bug.
# | Stack dump:
# | 0.	Program arguments: /home/tcwg-buildbot/worker/clang-armv7-vfpv3-2stage/stage2/bin/llc -mtriple=x86_64-linux -mcpu=corei7 -relocation-model=static
# | 1.	Running pass 'Function Pass Manager' on module '<stdin>'.
# | 2.	Running pass 'X86 DAG->DAG Instruction Selection' on function '@foo'
# | #0 0x12b86770 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/home/tcwg-buildbot/worker/clang-armv7-vfpv3-2stage/stage2/bin/llc+0x3a26770)
# | #1 0x12b83c28 llvm::sys::RunSignalHandlers() (/home/tcwg-buildbot/worker/clang-armv7-vfpv3-2stage/stage2/bin/llc+0x3a23c28)
# | #2 0x12b8774c SignalHandler(int, siginfo_t*, void*) Signals.cpp:0:0
# | #3 0xed6ad6f0 __default_rt_sa_restorer ./signal/../sysdeps/unix/sysv/linux/arm/sigrestorer.S:80:0
# | #4 0xed69db06 ./csu/../sysdeps/unix/sysv/linux/arm/libc-do-syscall.S:47:0
# | #5 0xed6dd292 __pthread_kill_implementation ./nptl/pthread_kill.c:44:76
# | #6 0xed6ac840 gsignal ./signal/../sysdeps/posix/raise.c:27:6
# `-----------------------------
# error: command failed with exit status: -6
# executed command: /home/tcwg-buildbot/worker/clang-armv7-vfpv3-2stage/stage2/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv7-vfpv3-2stage/llvm/llvm/test/CodeGen/X86/2009-03-23-MultiUseSched.ll
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  /home/tcwg-buildbot/worker/clang-armv7-vfpv3-2stage/stage2/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv7-vfpv3-2stage/llvm/llvm/test/CodeGen/X86/2009-03-23-MultiUseSched.ll
# `-----------------------------
# error: command failed with exit status: 2

--

********************


```

</details>

https://github.com/llvm/llvm-project/pull/171183


More information about the llvm-commits mailing list