[llvm-branch-commits] [llvm] [SelectionDAG] isGuaranteedNotToBeUndefOrPoison - add ISD::SELECT handling (PR #200934)

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jun 4 13:46:29 PDT 2026


github-actions[bot] wrote:

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

* 175120 tests passed
* 3436 tests skipped
* 1 test failed

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

### Clang
<details>
<summary>Clang.Modules/rebuild.m</summary>

```
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
rm -rf /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
# executed command: rm -rf /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp
# note: command had no output on stdout or stderr
# RUN: at line 4
echo '@import Module;' | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fmodules -fimplicit-module-maps -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp -fdisable-module-hash -fsyntax-only -F /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs -x objective-c -
# executed command: echo '@import Module;'
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fmodules -fimplicit-module-maps -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp -fdisable-module-hash -fsyntax-only -F /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs -x objective-c -
# .---command stderr------------
# | While building module 'Module' imported from <stdin>:1:
# | In file included from <module-includes>:1:
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/Module.framework/Headers/Module.h:38:1: warning: umbrella header for module 'Module' does not include header 'NotInModule.h' [-Wincomplete-umbrella]
# | 1 warning generated.
# `-----------------------------
# RUN: at line 5
touch -m -a -t 201101010000 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# executed command: touch -m -a -t 201101010000 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 6
cp /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved
# executed command: cp /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved
# note: command had no output on stdout or stderr
# RUN: at line 7
wc -c /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm > /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size.saved
# executed command: wc -c /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 10
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fmodules -fimplicit-module-maps -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp -fdisable-module-hash -fsyntax-only -F /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/rebuild.m
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fmodules -fimplicit-module-maps -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp -fdisable-module-hash -fsyntax-only -F /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/rebuild.m
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33: warning: private submodule 'DependsOnModule.Private' in private module map, expected top-level module [-Wprivate-module]
# |     1 | explicit module DependsOnModule.Private {
# |       |                                 ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33: note: rename 'DependsOnModule.Private' to ensure it can be found by name
# |     1 | explicit module DependsOnModule.Private {
# |       | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# |       | framework module DependsOnModule_Private
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33: warning: private submodule 'DependsOnModule.Private' in private module map, expected top-level module [-Wprivate-module]
# |     1 | explicit module DependsOnModule.Private {
# |       |                                 ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33: note: rename 'DependsOnModule.Private' to ensure it can be found by name
# |     1 | explicit module DependsOnModule.Private {
# |       | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# |       | framework module DependsOnModule_Private
# | 2 warnings generated.
# `-----------------------------
# RUN: at line 11
diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved
# executed command: diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved
# note: command had no output on stdout or stderr
# RUN: at line 12
cp /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# executed command: cp /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# note: command had no output on stdout or stderr
# RUN: at line 15
rm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# executed command: rm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 16
echo '@import Module;' | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fmodules -fimplicit-module-maps -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp -fdisable-module-hash -fsyntax-only -F /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs -x objective-c -
# executed command: echo '@import Module;'
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fmodules -fimplicit-module-maps -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp -fdisable-module-hash -fsyntax-only -F /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs -x objective-c -
# .---command stderr------------
# | While building module 'Module' imported from <stdin>:1:
# | In file included from <module-includes>:1:
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/Module.framework/Headers/Module.h:38:1: warning: umbrella header for module 'Module' does not include header 'NotInModule.h' [-Wincomplete-umbrella]
# | 1 warning generated.
# `-----------------------------
# RUN: at line 17
touch -m -a -t 201101010000 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# executed command: touch -m -a -t 201101010000 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 18
wc -c /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm > /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size
# executed command: wc -c /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 19
diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size.saved
# executed command: diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size.saved
# note: command had no output on stdout or stderr
# RUN: at line 20
cp /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# executed command: cp /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# note: command had no output on stdout or stderr
# RUN: at line 23
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fmodules -fimplicit-module-maps -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp -fdisable-module-hash -fsyntax-only -F /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/rebuild.m
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fmodules -fimplicit-module-maps -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp -fdisable-module-hash -fsyntax-only -F /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/rebuild.m
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33: warning: private submodule 'DependsOnModule.Private' in private module map, expected top-level module [-Wprivate-module]
# |     1 | explicit module DependsOnModule.Private {
# |       |                                 ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33: note: rename 'DependsOnModule.Private' to ensure it can be found by name
# |     1 | explicit module DependsOnModule.Private {
# |       | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# |       | framework module DependsOnModule_Private
# | 1 warning generated.
# `-----------------------------
# RUN: at line 24
diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# executed command: diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# note: command had no output on stdout or stderr
# RUN: at line 25
diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# executed command: diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# note: command had no output on stdout or stderr
# RUN: at line 28
rm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# executed command: rm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 29
echo '@import Module;' | /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fmodules -fimplicit-module-maps -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp -fdisable-module-hash -fsyntax-only -F /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs -x objective-c -
# executed command: echo '@import Module;'
# note: command had no output on stdout or stderr
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fmodules -fimplicit-module-maps -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp -fdisable-module-hash -fsyntax-only -F /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs -x objective-c -
# .---command stderr------------
# | While building module 'Module' imported from <stdin>:1:
# | In file included from <module-includes>:1:
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/Module.framework/Headers/Module.h:38:1: warning: umbrella header for module 'Module' does not include header 'NotInModule.h' [-Wincomplete-umbrella]
# | 1 warning generated.
# `-----------------------------
# RUN: at line 30
touch -m -a -t 201101010000 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# executed command: touch -m -a -t 201101010000 /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 31
wc -c /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm > /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size
# executed command: wc -c /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm
# note: command had no output on stdout or stderr
# RUN: at line 32
diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size.saved
# executed command: diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.size.saved
# note: command had no output on stdout or stderr
# RUN: at line 33
cp /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# executed command: cp /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# note: command had no output on stdout or stderr
# RUN: at line 36
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fmodules -fimplicit-module-maps -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp -fdisable-module-hash -fsyntax-only -F /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/rebuild.m
# executed command: /home/gha/actions-runner/_work/llvm-project/llvm-project/build/bin/clang -cc1 -internal-isystem /home/gha/actions-runner/_work/llvm-project/llvm-project/build/lib/clang/23/include -nostdsysteminc -fmodules -fimplicit-module-maps -fmodules-cache-path=/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp -fdisable-module-hash -fsyntax-only -F /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/rebuild.m
# .---command stderr------------
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33: warning: private submodule 'DependsOnModule.Private' in private module map, expected top-level module [-Wprivate-module]
# |     1 | explicit module DependsOnModule.Private {
# |       |                                 ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33: note: rename 'DependsOnModule.Private' to ensure it can be found by name
# |     1 | explicit module DependsOnModule.Private {
# |       | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# |       | framework module DependsOnModule_Private
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33: warning: private submodule 'DependsOnModule.Private' in private module map, expected top-level module [-Wprivate-module]
# |     1 | explicit module DependsOnModule.Private {
# |       |                                 ^
# | /home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework/Modules/module.private.modulemap:1:33: note: rename 'DependsOnModule.Private' to ensure it can be found by name
# |     1 | explicit module DependsOnModule.Private {
# |       | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# |       | framework module DependsOnModule_Private
# | 2 warnings generated.
# `-----------------------------
# RUN: at line 37
diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# executed command: diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm.saved.2
# note: command had no output on stdout or stderr
# RUN: at line 38
diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# executed command: diff /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# .---command stdout------------
# | --- /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm
# | +++ /home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/DependsOnModule.pcm.saved
# | @@ -983,9 +983,9 @@
# |  \xa7P
# |  \xcaa
# | \xa60
# | \xbfP
# | \xb3
# |  \xa7P
# | -MaBPBg\xdfg\xe4\xc9\xfa*\xdd\xc0DE\x82lu\xc8\xf5\x8e\xfbBB
# | \xd0B\xfer\xf8\xa3\xc5\xee\xd9y\x95HZ\x80\xc7q\xe7\xa8\xba\xa1c0\x80   \x80
# | E\x91(@\x82,\xbc:\xbcC;\x94\xc3\x9c:\x84\xc3\x84\xc38\xd0C:\xbc\x83;\xccC\xc8C=\xb8\x83;\x94\x83<\xbc\xc1/\xdc\xc3;\xc8\xc3:\xbc;\xb0\x83=\xb4C\xc0\x83<\xbc\x83:\x94\xc38\xd0\xc3\xb0;\xd8C;\xb4<\xc8\xc3;\xa8C9\x8c=\xbc\xc18\xb0C8\xb8\xc39\xbc=\x94\xc3<\xd0\xc3\xb4\xc2;\x90C=\xb0C9\xcc\xc3\xa4\x82;\xc0C=\xd0\xc3<A0
# | o\x80\xef\xd0\xe5\xf0\xe7\x80\xe1\xf0\xe10\xf4\x90\xef\xe0\xf3\xd0\xf2P\xee\xe0\xe5 o\xf0
# | \xf7\xf0\xf2\xb0o\xc0\xec`\xed\xd0\xf0 \xef\xa0\xe50\xf4\xf0\xec\xc0\xf6\xd0m\xf2\xf0\xeaP\xe3 at o \xf5\x90\xec at o\xc0\xe9 o0\xec\xeepo s\xf0\xe9\xe0\xe3\xc0\xf5@\xe5 \x8c\xe2\x80\xa3\x81@\xa1F b<(\xf4=\xf5B
# | \x81A`\x90 A\x82%&\xf4
# | +MaBPBg\xdfg\xe4\xc9\xfa*\xdd\xc0DE\x82lu\xc8\xf5\x8e\xfbBB
# | \xd0B_\xbb\x8bw
# | !5~F\x86\xa1V\x9ag\x97\x9ec0\x80   \x80
# | E\x91(@\x82,\xbc:\xbcC;\x94\xc3\x9c:\x84\xc3\x84\xc38\xd0C:\xbc\x83;\xccC\xc8C=\xb8\x83;\x94\x83<\xbc\xc1/\xdc\xc3;\xc8\xc3:\xbc;\xb0\x83=\xb4C\xc0\x83<\xbc\x83:\x94\xc38\xd0\xc3\xb0;\xd8C;\xb4<\xc8\xc3;\xa8C9\x8c=\xbc\xc18\xb0C8\xb8\xc39\xbc=\x94\xc3<\xd0\xc3\xb4\xc2;\x90C=\xb0C9\xcc\xc3\xa4\x82;\xc0C=\xd0\xc3<A0
# | o\x80\xef\xd0\xe5\xf0\xe7\x80\xe1\xf0\xe10\xf4\x90\xef\xe0\xf3\xd0\xf2P\xee\xe0\xe5 o\xf0
# | \xf7\xf0\xf2\xb0o\xc0\xec`\xed\xd0\xf0 \xef\xa0\xe50\xf4\xf0\xec\xc0\xf6\xd0m\xf2\xf0\xeaP\xe3 at o \xf5\x90\xec at o\xc0\xe9 o0\xec\xeepo s\xf0\xe9\xe0\xe3\xc0\xf5@\xe5 \x8c\xe2\x80\xa3\x81@\xa1F b<(\xf4=\xf5B
# | \x81A`\x90 A\x82%&\xf4
# |  (https://github.com/llvm/llvm-project e60192e7fb65be7616cd68bc562b94f52c8334a6)B4\xd0\xf2DependsOnModuleBDP\xc3/home/gha/actions-runner/_work/llvm-project/llvm-project/clang/test/Modules/Inputs/DependsOnModule.framework\xe3\xd8\xacށ
# | \xea\x81
# | \xcaa
# | ޠ
# | ށ
# | \xea\x81
# | \xca\xc1
# | \xda\xe1
# | ȡ
# | ء
# | \xda!
# | \xe0!\x83Vxr\xa8v(\x87yx\x83vxr\xa8v(7\x80yH{z(7h\x87w \x87z`\x87rh\x87p\x80\xa1
# | -\xc8 CF2d\xc8\xe8	\x97\x81\x96{\x88	Module\xf0s9\x98L\xa3͡G^,nn\xf8\xdff\xb70W/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm!\x82\xbe\xc8MAA@@@ \xc3B  \x82\x81 \x88 at 8\xf0\xff\xff )\x94<\x94\x83;\x90\xc3<\xbc\x82;\xb4\xc2;\x90C=\xb0C9\x8cA \x8c\x80>\xe0\x81
# | \xfc\x82
# | \xd0Aԃ;\xac\x83;\xbc\xc3=\xb8C\xb0C:\xb8C=\xe0C\x9c\x83;\xd4 at A\xac\xc18\xe0
# | k\xd0\xed\x80\xc4\xcc\xc3<\x94C\xb1\xf30\xe5 \xc4\xe0
# | \xdc\xc1
# | 0\x84lo\xb0
# | +\xc8 CF2d\xc8\xe8	\x97\x81\x96{\x88	Module\xa4/T\xd3\xf6`\x94\xf3>\xa9R~\xf7\x9bhm\xce\xc7G/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/clang/test/Modules/Output/rebuild.m.tmp/Module.pcm!\x82\xbe\xc8MAA@@@ \xc3B  \x82\x81 \x88 at 8\xf0\xff\xff )\x94<\x94\x83;\x90\xc3<\xbc\x82;\xb4\xc2;\x90C=\xb0C9\x8cA \x8c\x80>\xe0\x81
# | \xfc\x82
# | \xd0Aԃ;\xac\x83;\xbc\xc3=\xb8C\xb0C:\xb8C=\xe0C\x9c\x83;\xd4 at A\xac\xc18\xe0
# | k\xd0\xed\x80\xc4\xcc\xc3<\x94C\xb1\xf30\xe5 \xc4\xe0
# | \xdc\xc1
# | 0\x84lo\xb0
# |  o\x80\xef\xd0\xe5\xf0\xe7\x80\xe1\xf0\xe10\xf4\x90\xef\xe0\xf3\xd0\xf2P\xee\xe0\xe5 o\xf0
# | \xf7\xf0\xf2\xb0o\xc0\xec`\xed\xd0\xf0 \xef\xa0\xe50\xf4\xf0\xec\xc0\xf6\xd0m\xf2\xf0\xeaP\xe3 at o \xf5\x90\xec at o\xc0\xe9 o0\xec\xeepo s\xc0o\x80\xef\xd0\xe5\xf0\xe7\x80\xe1\xf0\xe10\xf4\x90\xef\xe0\xf3\xd0\xf2P\xee\xe0\xe5 o\xf0
# | \xf7\xf0\xf2\xb0o\xc0\xec`\xed\xd0\xf0 \xef\xa0\xe50\xf4\xf0\xec\xc0\xf6\xd0m\xf2\xf0\xeaP\xe3 at o \xf5\x90\xec at o@\xef\xf0\xec0o0\xec\xeepo@\xe50\xf4\xf0\xad\xf0\xe4P\xecP\xf3\xf0\xafP\xf4\xf5 at o \xe5 \xf5\x90\xec at n\xd0n@\xed@@@3q0
# | \xaa\x90
# | \xb3\x80
# |  w0
# | vrP
# |  S \x83\x86A\x9b\xa2\x90!FPH\x90 A\xc1\xa02
# `-----------------------------
# error: command failed with exit status: 1

--

```
</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/200934


More information about the llvm-branch-commits mailing list