[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 25 06:32:27 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-sie-win` running on `sie-win-worker` while building `clang` at step 7 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/46/builds/6850
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'Clang :: CodeGen/aarch64-debug-types.c' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
z:\b\llvm-clang-x86_64-sie-win\build\bin\clang.exe -cc1 -internal-isystem Z:\b\llvm-clang-x86_64-sie-win\build\lib\clang\20\include -nostdsysteminc -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +fp8 -emit-llvm -o - Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGen\aarch64-debug-types.c -debug-info-kind=limited 2>&1 | z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGen\aarch64-debug-types.c
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\clang.exe' -cc1 -internal-isystem 'Z:\b\llvm-clang-x86_64-sie-win\build\lib\clang\20\include' -nostdsysteminc -triple aarch64-none-linux-gnu -target-feature +neon -target-feature +fp8 -emit-llvm -o - 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGen\aarch64-debug-types.c' -debug-info-kind=limited
# note: command had no output on stdout or stderr
# error: command failed with exit status: 1
# executed command: 'z:\b\llvm-clang-x86_64-sie-win\build\bin\filecheck.exe' 'Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGen\aarch64-debug-types.c'
# .---command stderr------------
# | [1mZ:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGen\aarch64-debug-types.c:6:16: [0m[0;1;31merror: [0m[1mCHECK-DAG: expected string not found in input
[0m# | [1m[0m // CHECK-DAG: !DIDerivedType(tag: DW_TAG_typedef, name: "__MFloat8_t", {{.*}}, baseType: ![[ELTTYU8:[0-9]+]]
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:1:1: [0m[0;1;30mnote: [0m[1mscanning from here
[0m# | [1m[0mZ:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGen\aarch64-debug-types.c:3:9: fatal error: 'arm_neon.h' file not found
# | [0;1;32m^
[0m# | [0;1;32m[0m
# | Input file: <stdin>
# | Check file: Z:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGen\aarch64-debug-types.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | [1m[0m[0;1;30m 1: [0m[1m[0;1;46mZ:\b\llvm-clang-x86_64-sie-win\llvm-project\clang\test\CodeGen\aarch64-debug-types.c:3:9: fatal error: 'arm_neon.h' file not found [0m
# | [0;1;31mdag:6 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
[0m# | [0;1;31m[0m[0;1;30m 2: [0m[1m[0;1;46m 3 | #include<arm_neon.h> [0m
# | [0;1;31mdag:6 ~~~~~~~~~~~~~~~~~~~~~~~~~~
[0m# | [0;1;31m[0m[0;1;30m 3: [0m[1m[0;1;46m | ^~~~~~~~~~~~ [0m
# | [0;1;31mdag:6 ~~~~~~~~~~~~~~~~
[0m# | [0;1;31m[0m[0;1;30m 4: [0m[1m[0;1;46m1 error generated. [0m
# | [0;1;31mdag:6 ~~~~~~~~~~~~~~~~~~~
[0m# | [0;1;31m[0m>>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/97277
More information about the cfe-commits
mailing list