aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/tools/llvm-dwarfdump/AMDGPU
diff options
context:
space:
mode:
authorDaniel Paoliello <danpao@microsoft.com>2025-08-14 15:29:20 -0700
committerGitHub <noreply@github.com>2025-08-14 15:29:20 -0700
commitfc4df2c9173a110102005af937a26df7f29d24e1 (patch)
treedd373d6da1765ee5c76d4f7eb0ea8071036bfa4c /llvm/test/tools/llvm-dwarfdump/AMDGPU
parent57c1e01e484019084cfa975a4f41643d05ae327f (diff)
downloadllvm-main.zip
llvm-main.tar.gz
llvm-main.tar.bz2
[win][arm64ec] XFAIL x64 intrinsic tests on Arm64EC (#153474)HEADmain
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 'llvm/test/tools/llvm-dwarfdump/AMDGPU')
0 files changed, 0 insertions, 0 deletions