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

LLVM Continuous Integration via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 19 09:57:02 PDT 2024


llvm-ci wrote:

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

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

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

Command Output (stderr):
--
RUN: at line 7: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llc -O0 -filetype=obj -o /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp < /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/DebugInfo/debuglineinfo-path.ll
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llc -O0 -filetype=obj -o /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp
RUN: at line 8: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llvm-nm --radix=o /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp | grep posix_absolute_func > /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp.posix_absolute_func
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llvm-nm --radix=o /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp
+ grep posix_absolute_func
RUN: at line 9: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llvm-nm --radix=o /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp | grep posix_relative_func > /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp.posix_relative_func
+ grep posix_relative_func
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llvm-nm --radix=o /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp
RUN: at line 10: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llvm-nm --radix=o /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp | grep win_func > /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp.win_func
+ grep win_func
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llvm-nm --radix=o /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp
RUN: at line 11: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llvm-symbolizer --functions=linkage --inlining --no-demangle --obj /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp < /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp.posix_absolute_func | /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/DebugInfo/debuglineinfo-path.ll --check-prefix=POSIX_A
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/DebugInfo/debuglineinfo-path.ll --check-prefix=POSIX_A
+ /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/llvm-symbolizer --functions=linkage --inlining --no-demangle --obj /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/test/DebugInfo/Output/debuglineinfo-path.ll.tmp
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/DebugInfo/debuglineinfo-path.ll:16:11: error: POSIX_A: expected string not found in input
;POSIX_A: /absolute/posix/path{{[\/]}}posix.c
          ^
<stdin>:1:20: note: scanning from here
posix_absolute_func
                   ^

Input file: <stdin>
Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/llvm/test/DebugInfo/debuglineinfo-path.ll

-dump-input=help explains the following input dump.

Input was:
<<<<<<
          1: posix_absolute_func 
check:15     ^~~~~~~~~~~~~~~~~~~
check:16                        X error: no match found
          2: ??:0:0 
check:16     ~~~~~~~
          3:  
check:16     ~
>>>>>>

--

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


```

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


More information about the cfe-commits mailing list