[clang] [clang][bytecode] Handle UETT_OpenMPRequiredSimdAlign (PR #111259)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Sat Oct 5 10:10:20 PDT 2024
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-arm64-windows-msvc` running on `linaro-armv8-windows-msvc-04` while building `clang` at step 5 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/161/builds/2552
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 5 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'Clang :: AST/ByteCode/builtins.cpp' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
c:\users\tcwg\llvm-worker\clang-arm64-windows-msvc\stage1\bin\clang.exe -cc1 -internal-isystem C:\Users\tcwg\llvm-worker\clang-arm64-windows-msvc\stage1\lib\clang\20\include -nostdsysteminc -fexperimental-new-constant-interpreter C:\Users\tcwg\llvm-worker\clang-arm64-windows-msvc\llvm\clang\test\AST\ByteCode\builtins.cpp -Wno-constant-evaluated -verify -fms-extensions
# executed command: 'c:\users\tcwg\llvm-worker\clang-arm64-windows-msvc\stage1\bin\clang.exe' -cc1 -internal-isystem 'C:\Users\tcwg\llvm-worker\clang-arm64-windows-msvc\stage1\lib\clang\20\include' -nostdsysteminc -fexperimental-new-constant-interpreter 'C:\Users\tcwg\llvm-worker\clang-arm64-windows-msvc\llvm\clang\test\AST\ByteCode\builtins.cpp' -Wno-constant-evaluated -verify -fms-extensions
# .---command stderr------------
# | error: 'expected-error' diagnostics seen but not expected:
# | File C:\Users\tcwg\llvm-worker\clang-arm64-windows-msvc\llvm\clang\test\AST\ByteCode\builtins.cpp Line 40: static assertion failed due to requirement '__builtin_omp_required_simd_align(int) != 0'
# | error: 'expected-note' diagnostics seen but not expected:
# | File C:\Users\tcwg\llvm-worker\clang-arm64-windows-msvc\llvm\clang\test\AST\ByteCode\builtins.cpp Line 40: expression evaluates to '0 != 0'
# | 2 errors generated.
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/111259
More information about the cfe-commits
mailing list