[clang] [llvm] [Clang][LoongArch] Support target attribute for function (PR #140700)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Thu May 29 05:57:00 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-gcc-ubuntu-no-asserts` running on `doug-worker-6` while building `clang,llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/202/builds/1531
<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 :: CodeGen/LoongArch/targetattr.c' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
/home/buildbot/buildbot-root/gcc-no-asserts/build/bin/clang --target=loongarch64-linux-gnu /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/test/CodeGen/LoongArch/targetattr.c -S -emit-llvm -o - | /home/buildbot/buildbot-root/gcc-no-asserts/build/bin/FileCheck /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/test/CodeGen/LoongArch/targetattr.c # RUN: at line 2
+ /home/buildbot/buildbot-root/gcc-no-asserts/build/bin/clang --target=loongarch64-linux-gnu /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/test/CodeGen/LoongArch/targetattr.c -S -emit-llvm -o -
+ /home/buildbot/buildbot-root/gcc-no-asserts/build/bin/FileCheck /home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/test/CodeGen/LoongArch/targetattr.c
[1m/home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/test/CodeGen/LoongArch/targetattr.c:8:16: [0m[0;1;31merror: [0m[1mCHECK-NEXT: is not on the line after the previous match
[0m// CHECK-NEXT: [[ENTRY:.*:]]
[0;1;32m ^
[0m[1m<stdin>:11:1: [0m[0;1;30mnote: [0m[1m'next' match was here
[0m; Function Attrs: noinline nounwind optnone
[0;1;32m^
[0m[1m<stdin>:7:40: [0m[0;1;30mnote: [0m[1mprevious match ended here
[0mdefine dso_local void @testdiv32() #0 {
[0;1;32m ^
[0m[1m<stdin>:8:1: [0m[0;1;30mnote: [0m[1mnon-matching line after previous match is here
[0m ret void
[0;1;32m^
[0m[1m/home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/test/CodeGen/LoongArch/targetattr.c:16:16: [0m[0;1;31merror: [0m[1mCHECK-NEXT: is not on the line after the previous match
[0m// CHECK-NEXT: [[ENTRY:.*:]]
[0;1;32m ^
[0m[1m<stdin>:16:1: [0m[0;1;30mnote: [0m[1m'next' match was here
[0m; Function Attrs: noinline nounwind optnone
[0;1;32m^
[0m[1m<stdin>:12:46: [0m[0;1;30mnote: [0m[1mprevious match ended here
[0mdefine dso_local void @testLoongarch64() #1 {
[0;1;32m ^
[0m[1m<stdin>:13:1: [0m[0;1;30mnote: [0m[1mnon-matching line after previous match is here
[0m ret void
[0;1;32m^
[0m[1m/home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/test/CodeGen/LoongArch/targetattr.c:24:16: [0m[0;1;31merror: [0m[1mCHECK-NEXT: is not on the line after the previous match
[0m// CHECK-NEXT: [[ENTRY:.*:]]
[0;1;32m ^
[0m[1m<stdin>:21:1: [0m[0;1;30mnote: [0m[1m'next' match was here
[0m; Function Attrs: noinline nounwind optnone
[0;1;32m^
[0m[1m<stdin>:17:42: [0m[0;1;30mnote: [0m[1mprevious match ended here
[0mdefine dso_local void @testLa64v10() #1 {
[0;1;32m ^
[0m[1m<stdin>:18:1: [0m[0;1;30mnote: [0m[1mnon-matching line after previous match is here
[0m ret void
[0;1;32m^
[0m[1m/home/buildbot/buildbot-root/gcc-no-asserts/llvm-project/clang/test/CodeGen/LoongArch/targetattr.c:32:16: [0m[0;1;31merror: [0m[1mCHECK-NEXT: is not on the line after the previous match
[0m// CHECK-NEXT: [[ENTRY:.*:]]
[0;1;32m ^
[0m[1m<stdin>:26:1: [0m[0;1;30mnote: [0m[1m'next' match was here
[0m; Function Attrs: noinline nounwind optnone
[0;1;32m^
...
```
</details>
https://github.com/llvm/llvm-project/pull/140700
More information about the cfe-commits
mailing list