[clang] [AST][RISCV] Preserve RISC-V intrinsic pragma in AST (PR #171981)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 16 21:27:35 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `openmp-offload-sles-build-only` running on `rocm-worker-hw-04-sles` while building `clang` at step 6 "Add check check-clang".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/140/builds/35801
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (Add check check-clang) failure: test (failure)
******************** TEST 'Clang :: PCH/riscv-rvv-vectors.c' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
rm -rf /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/test/PCH/Output/riscv-rvv-vectors.c.tmp
# executed command: rm -rf /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/test/PCH/Output/riscv-rvv-vectors.c.tmp
# RUN: at line 2
split-file /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/clang/test/PCH/riscv-rvv-vectors.c /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/test/PCH/Output/riscv-rvv-vectors.c.tmp
# executed command: split-file /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.src/clang/test/PCH/riscv-rvv-vectors.c /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/test/PCH/Output/riscv-rvv-vectors.c.tmp
# RUN: at line 6
/home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/clang -cc1 -internal-isystem /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/lib/clang/22/include -nostdsysteminc -triple riscv64-linux-gnu -target-feature +v -emit-pch -o /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/test/PCH/Output/riscv-rvv-vectors.c.tmp/test_pch.pch /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/test/PCH/Output/riscv-rvv-vectors.c.tmp/test_pch.h
# executed command: /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/bin/clang -cc1 -internal-isystem /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/lib/clang/22/include -nostdsysteminc -triple riscv64-linux-gnu -target-feature +v -emit-pch -o /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/test/PCH/Output/riscv-rvv-vectors.c.tmp/test_pch.pch /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/test/PCH/Output/riscv-rvv-vectors.c.tmp/test_pch.h
# .---command stderr------------
# | /home/botworker/bbot/builds/openmp-offload-sles-build/llvm.build/tools/clang/test/PCH/Output/riscv-rvv-vectors.c.tmp/test_pch.h:2:10: fatal error: 'riscv_vector.h' file not found
# | 2 | #include <riscv_vector.h>
# | | ^~~~~~~~~~~~~~~~
# | 1 error generated.
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/171981
More information about the cfe-commits
mailing list