[llvm] [AArch64] Fix wrong AArch64Subtarget construction. (PR #172942)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 19 15:33:52 PST 2025


llvm-ci wrote:

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

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

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

```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'Clang :: Preprocessor/embed_preprocess_to_file.c' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/clang -cc1 -internal-isystem /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/lib/clang/22/include -nostdsysteminc -std=c23 /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/clang/test/Preprocessor/embed_preprocess_to_file.c -E --embed-dir=/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/clang/test/Preprocessor/Inputs | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/clang/test/Preprocessor/embed_preprocess_to_file.c --check-prefix EXPANDED
# executed command: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/clang -cc1 -internal-isystem /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/lib/clang/22/include -nostdsysteminc -std=c23 /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/clang/test/Preprocessor/embed_preprocess_to_file.c -E --embed-dir=/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/clang/test/Preprocessor/Inputs
# note: command had no output on stdout or stderr
# executed command: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/build/bin/FileCheck /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/clang/test/Preprocessor/embed_preprocess_to_file.c --check-prefix EXPANDED
# .---command stderr------------
# | /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/clang/test/Preprocessor/embed_preprocess_to_file.c:10:14: error: EXPANDED: expected string not found in input
# | // EXPANDED: const char data[] = {'h',106 , 'a', 0};
# |              ^
# | <stdin>:1:1: note: scanning from here
# | # 1 "/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/clang/test/Preprocessor/embed_preprocess_to_file.c"
# | ^
# | <stdin>:13:1: note: possible intended match here
# | const char data[] = {'h',106 , 'a', 0
# | ^
# | 
# | Input file: <stdin>
# | Check file: /home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/clang/test/Preprocessor/embed_preprocess_to_file.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |             1: # 1 "/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/clang/test/Preprocessor/embed_preprocess_to_file.c" 
# | check:10'0     X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# |             2: # 1 "<built-in>" 1 
# | check:10'0     ~~~~~~~~~~~~~~~~~~~
# |             3: # 1 "<built-in>" 3 
# | check:10'0     ~~~~~~~~~~~~~~~~~~~
# |             4: # 419 "<built-in>" 3 
# | check:10'0     ~~~~~~~~~~~~~~~~~~~~~
# |             5: # 1 "<command line>" 1 
# | check:10'0     ~~~~~~~~~~~~~~~~~~~~~~~
# |             6: # 1 "<built-in>" 2 
# | check:10'0     ~~~~~~~~~~~~~~~~~~~
# |             7: # 1 "/home/buildbot/buildbot-root/llvm-clang-x86_64-gcc-ubuntu/llvm-project/clang/test/Preprocessor/embed_preprocess_to_file.c" 2 
# | check:10'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# |             8:  
# | check:10'0     ~
# |             9:  
# | check:10'0     ~
# |            10:  
# | check:10'0     ~
# |            11:  
# | check:10'0     ~
...

```

</details>

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


More information about the llvm-commits mailing list