[clang] [llvm] [PS4/PS5][Driver][DWARF] Always emit .debug_aranges for SCE tuning (PR #99629)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 10:03:02 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-win` running on `sie-win-worker` while building `clang,llvm` at step 7 "test-build-unified-tree-check-all".

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

Here is the relevant piece of the build log for the reference:
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: DebugInfo/Generic/directives-only.ll' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
z:\b\llvm-clang-x86_64-sie-win\build\bin\llc.exe -filetype=asm -asm-verbose=0 -O0 < Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\DebugInfo\Generic\directives-only.ll | z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\DebugInfo\Generic\directives-only.ll
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\llc.exe' -filetype=asm -asm-verbose=0 -O0
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe' 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\DebugInfo\Generic\directives-only.ll'
# .---command stderr------------
# | Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\DebugInfo\Generic\directives-only.ll:21:14: error: CHECK-NOT: excluded string found in input
# | ; CHECK-NOT: .section .{{debug.*}}
# |              ^
# | <stdin>:44:2: note: found here
# |  .section .debug_aranges,"", at progbits
# |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# | 
# | Input file: <stdin>
# | Check file: Z:\b\llvm-clang-x86_64-sie-win\llvm-project\llvm\test\DebugInfo\Generic\directives-only.ll
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |           1:  .text 
# |           2:  .file "<stdin>" 
# |           3:  .globl f2 
# |           4:  .p2align 4, 0x90 
# |           5:  .type f2, at function 
# |           6: f2: 
# |           7: .Lfunc_begin0: 
# |           8:  .file 1 "/tmp/dbginfo" "multiline.c" 
# | check:12      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |           9:  .loc 1 2 0 
# |          10:  .cfi_startproc 
# |          11:  pushq %rbp 
# |          12:  .cfi_def_cfa_offset 16 
# |          13:  .cfi_offset %rbp, -16 
# |          14:  movq %rsp, %rbp 
# |          15:  .cfi_def_cfa_register %rbp 
# |          16: .Ltmp0: 
# |          17:  .loc 1 3 3 prologue_end 
# | check:13      ^~~~~~~~~~
# |          18:  movb $0, %al 
# |          19:  callq f1 at PLT 
# |          20:  .loc 1 3 9 is_stmt 0 
# | check:14      ^~~~~~~~~~
# |          21:  movb $0, %al 
# |          22:  callq f1 at PLT 
# |          23:  .loc 1 3 15 
...

```

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


More information about the llvm-commits mailing list