[llvm] [LLVM] Specialize test suites for `TableGen` and `FileCheck` to use smaller set of dependencies (PR #155929)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 19 09:18:55 PDT 2025


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve2-vla` running on `linaro-g4-02` while building `llvm` at step 7 "ninja check 1".

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

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'LLVM :: FileCheck/check-not-custom-prefix.txt' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 2
rm -f /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/test/FileCheck/Output/check-not-custom-prefix.txt.tmp &&  echo "LEADING: placeholder1" >>/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/test/FileCheck/Output/check-not-custom-prefix.txt.tmp && echo "MIDDLE-NOT: placeholder2" >>/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/test/FileCheck/Output/check-not-custom-prefix.txt.tmp && echo "TRAILING-NOT: placeholder3" >>/home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/test/FileCheck/Output/check-not-custom-prefix.txt.tmp &&  env -u FILECHECK_OPTS not /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/bin/FileCheck --strict-whitespace --check-prefixes LEADING,MIDDLE,TRAILING --dump-input=never --input-file  /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/test/FileCheck/Output/check-not-custom-prefix.txt.tmp /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/test/FileCheck/Output/check-not-custom-prefix.txt.tmp 2>&1 |  /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/bin/FileCheck --check-prefix TEST1 /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/llvm/llvm/test/FileCheck/check-not-custom-prefix.txt
# executed command: rm -f /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/test/FileCheck/Output/check-not-custom-prefix.txt.tmp
# executed command: echo 'LEADING: placeholder1'
# executed command: echo 'MIDDLE-NOT: placeholder2'
# executed command: echo 'TRAILING-NOT: placeholder3'
# executed command: env -u FILECHECK_OPTS not /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/bin/FileCheck --strict-whitespace --check-prefixes LEADING,MIDDLE,TRAILING --dump-input=never --input-file /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/test/FileCheck/Output/check-not-custom-prefix.txt.tmp /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/test/FileCheck/Output/check-not-custom-prefix.txt.tmp
# executed command: /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/bin/FileCheck --check-prefix TEST1 /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/llvm/llvm/test/FileCheck/check-not-custom-prefix.txt
# .---command stderr------------
# | /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/llvm/llvm/test/FileCheck/check-not-custom-prefix.txt:31:15: error: TEST1-NEXT: expected string not found in input
# | ; TEST1-NEXT: error: TRAILING-NOT: excluded string found in input
# |               ^
# | <stdin>:6:14: note: scanning from here
# |  ^~~~~~~~~~~~
# |              ^
# | 
# | Input file: <stdin>
# | Check file: /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/llvm/llvm/test/FileCheck/check-not-custom-prefix.txt
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |          1: /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/test/FileCheck/Output/check-not-custom-prefix.txt.tmp:1:13: error: MIDDLE-NOT: excluded string found in input 
# |          2: MIDDLE-NOT: placeholder2 
# |          3:  ^ 
# |          4: /home/tcwg-buildbot/worker/clang-aarch64-sve2-vla/stage1/test/FileCheck/Output/check-not-custom-prefix.txt.tmp:1:13: note: found here 
# |          5: MIDDLE-NOT: placeholder2 
# |          6:  ^~~~~~~~~~~~ 
# | next:31                  X error: no match found
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

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


```

</details>

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


More information about the llvm-commits mailing list