diff options
author | Daniel Paoliello <danpao@microsoft.com> | 2025-08-14 15:29:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-14 15:29:20 -0700 |
commit | fc4df2c9173a110102005af937a26df7f29d24e1 (patch) | |
tree | dd373d6da1765ee5c76d4f7eb0ea8071036bfa4c /libcxx/include/__expected | |
parent | 57c1e01e484019084cfa975a4f41643d05ae327f (diff) | |
download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 |
Clang defines the x64 preprocessor macro (`__x86_64__`) when building
Arm64EC, however the tests for x64 built-ins and intrinsics are
currently failing since the relevant functions don't exist, resulting in
errors like:
```
Line 165: invalid conversion between vector type '__v2di' (vector of 2 'long long' values) and integer type 'int' of different size
```
(Clang doesn't know the intrinsics being called, and so treats it like
an undefined function, which makes it assume the return type is `int`)
For now, expect these tests to fail until someone decides to implement
these intrinsics.
Diffstat (limited to 'libcxx/include/__expected')
0 files changed, 0 insertions, 0 deletions