[llvm] [llvm][DebugInfo] Add support for emitting DW_AT_language_name (PR #162621)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 10 11:13:10 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `openmp-offload-amdgpu-runtime-2` running on `rocm-worker-hw-02` while building `llvm` at step 8 "Add check check-llvm".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/10/builds/15225
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 8 (Add check check-llvm) failure: test (failure)
******************** TEST 'LLVM :: DebugInfo/Generic/compileunit-source-language-name.ll' FAILED ********************
Exit Code: 2
Command Output (stdout):
--
# RUN: at line 1
/home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/bin/llc -filetype=obj -O0 < /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.src/llvm/test/DebugInfo/Generic/compileunit-source-language-name.ll | /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/bin/llvm-dwarfdump -debug-info - | /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/bin/FileCheck /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.src/llvm/test/DebugInfo/Generic/compileunit-source-language-name.ll --implicit-check-not "DW_AT_language"
# executed command: /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/bin/llc -filetype=obj -O0
# .---command stderr------------
# | /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/bin/llc: error: unable to get target for 'arm64-apple-macosx', see --version and --triple.
# `-----------------------------
# error: command failed with exit status: 1
# executed command: /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/bin/llvm-dwarfdump -debug-info -
# .---command stderr------------
# | error: -: The file was not recognized as a valid object file
# `-----------------------------
# error: command failed with exit status: 1
# executed command: /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/bin/FileCheck /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.src/llvm/test/DebugInfo/Generic/compileunit-source-language-name.ll --implicit-check-not DW_AT_language
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line: /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.build/bin/FileCheck /home/botworker/builds/openmp-offload-amdgpu-runtime-2/llvm.src/llvm/test/DebugInfo/Generic/compileunit-source-language-name.ll --implicit-check-not DW_AT_language
# `-----------------------------
# error: command failed with exit status: 2
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/162621
More information about the llvm-commits
mailing list