[llvm-branch-commits] [llvm] [NFC][VPlan] Add tests for partial linearization (PR #217484)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Aug 19 17:11:04 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 180912 tests passed
* 3700 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### BOLT
<details>
<summary>BOLT.X86/dwarf5-ftypes-dwp-input-dwo-output.test</summary>

```
Exit Code: 2

Command Output (stdout):
--
# RUN: at line 2
rm -rf /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/X86/Output/dwarf5-ftypes-dwp-input-dwo-output.test.tmp
# executed command: rm -rf /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/X86/Output/dwarf5-ftypes-dwp-input-dwo-output.test.tmp
# note: command had no output on stdout or stderr
# RUN: at line 3
mkdir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/X86/Output/dwarf5-ftypes-dwp-input-dwo-output.test.tmp
# executed command: mkdir /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/X86/Output/dwarf5-ftypes-dwp-input-dwo-output.test.tmp
# note: command had no output on stdout or stderr
# RUN: at line 4
cd /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/X86/Output/dwarf5-ftypes-dwp-input-dwo-output.test.tmp
# executed command: cd /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/test/X86/Output/dwarf5-ftypes-dwp-input-dwo-output.test.tmp
# note: command had no output on stdout or stderr
# RUN: at line 5
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc --split-dwarf-file=main.dwo --triple=x86_64-unknown-linux-gnu  --filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/X86/Inputs/dwarf5-ftypes-split-dwarf.s -o=main.o
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc --split-dwarf-file=main.dwo --triple=x86_64-unknown-linux-gnu --filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/X86/Inputs/dwarf5-ftypes-split-dwarf.s -o=main.o
# note: command had no output on stdout or stderr
# RUN: at line 7
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc --split-dwarf-file=helper.dwo --triple=x86_64-unknown-linux-gnu  --filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/X86/Inputs/dwarf5-ftypes-split-dwarf-helper.s -o=helper.o
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-mc --split-dwarf-file=helper.dwo --triple=x86_64-unknown-linux-gnu --filetype=obj /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/X86/Inputs/dwarf5-ftypes-split-dwarf-helper.s -o=helper.o
# note: command had no output on stdout or stderr
# RUN: at line 9
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang  --target=x86_64-unknown-linux-gnu -fPIE -fuse-ld=lld -Wl,--unresolved-symbols=ignore-all -Wl,--build-id=none -pie -mllvm -x86-asm-syntax=att --target=x86_64-unknown-linux-gnu -nostdlib -gdwarf-5 -gsplit-dwarf=split main.o helper.o -o main.exe
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang --target=x86_64-unknown-linux-gnu -fPIE -fuse-ld=lld -Wl,--unresolved-symbols=ignore-all -Wl,--build-id=none -pie -mllvm -x86-asm-syntax=att --target=x86_64-unknown-linux-gnu -nostdlib -gdwarf-5 -gsplit-dwarf=split main.o helper.o -o main.exe
# .---command stderr------------
# | clang: warning: argument unused during compilation: '-mllvm -x86-asm-syntax=att' [-Wunused-command-line-argument]
# | ld.lld: warning: cannot find entry symbol _start; not setting start address
# `-----------------------------
# RUN: at line 10
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-dwp -e main.exe -o main.exe.dwp
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-dwp -e main.exe -o main.exe.dwp
# note: command had no output on stdout or stderr
# RUN: at line 11
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-dwarfdump --show-form --verbose --debug-info main.exe.dwp | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=PRE-BOLT /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/X86/dwarf5-ftypes-dwp-input-dwo-output.test
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-dwarfdump --show-form --verbose --debug-info main.exe.dwp
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=PRE-BOLT /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/X86/dwarf5-ftypes-dwp-input-dwo-output.test
# note: command had no output on stdout or stderr
# RUN: at line 12
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-dwarfdump --show-form --verbose --debug-tu-index main.exe.dwp | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=PRE-BOLT-DWP-TU-INDEX /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/X86/dwarf5-ftypes-dwp-input-dwo-output.test
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-dwarfdump --show-form --verbose --debug-tu-index main.exe.dwp
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=PRE-BOLT-DWP-TU-INDEX /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/X86/dwarf5-ftypes-dwp-input-dwo-output.test
# note: command had no output on stdout or stderr
# RUN: at line 13
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-bolt --runtime-instrumentation-lib=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/bolt_rt-bins/lib/libbolt_rt_instr.a --runtime-hugify-lib=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/bolt_rt-bins/lib/libbolt_rt_hugify.a main.exe -o main.exe.bolt --update-debug-sections
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-bolt --runtime-instrumentation-lib=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/bolt_rt-bins/lib/libbolt_rt_instr.a --runtime-hugify-lib=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/bolt/bolt_rt-bins/lib/libbolt_rt_hugify.a main.exe -o main.exe.bolt --update-debug-sections
# .---command stdout------------
# | BOLT-INFO: shared object or position-independent executable detected
# | BOLT-INFO: Target architecture: x86_64
# | BOLT-INFO: BOLT version: 032d40d69fe4c918e595b1545d74fa33dbfc8800
# | BOLT-INFO: first alloc address is 0x0
# | BOLT-INFO: creating new program header table at address 0x200000, offset 0x200000
# | BOLT-INFO: enabling lite mode
# | BOLT-INFO: processing split DWARF
# | BOLT-INFO: 0 out of 2 functions in the binary (0.0%) have non-empty execution profile
# | BOLT: 2 out of 2 functions were overwritten.
# | BOLT-INFO: rewriting .eh_frame_hdr in-place
# `-----------------------------
# .---command stderr------------
# | warning: DWARF unit at offset 0x0000008d contains invalid abbreviation 6 at offset 0x000000a2, valid abbreviations are 1-3
# | warning: DWARF unit at offset 0x0000008d contains invalid abbreviation 6 at offset 0x000000a2, valid abbreviations are 1-3
# | warning: DWARF unit at offset 0x0000008d contains invalid abbreviation 6 at offset 0x000000a2, valid abbreviations are 1-3
# `-----------------------------
# RUN: at line 14
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-dwarfdump --show-form --verbose --debug-info main.dwo.dwo | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=BOLT /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/X86/dwarf5-ftypes-dwp-input-dwo-output.test
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/llvm-dwarfdump --show-form --verbose --debug-info main.dwo.dwo
# .---command stderr------------
# | error: main.dwo.dwo: No such file or directory
# `-----------------------------
# error: command failed with exit status: 1
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=BOLT /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/X86/dwarf5-ftypes-dwp-input-dwo-output.test
# .---command stderr------------
# | FileCheck error: '<stdin>' is empty.
# | FileCheck command line:  /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/FileCheck -check-prefix=BOLT /home/gha/actions-runner/_work/llvm-project/llvm-project/bolt/test/X86/dwarf5-ftypes-dwp-input-dwo-output.test
# `-----------------------------
# error: command failed with exit status: 2

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

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


More information about the llvm-branch-commits mailing list