[all-commits] [llvm/llvm-project] 4b05a1: [libc++] Fix simd_unary.pass.cpp with AppleClang
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Mon Oct 6 03:49:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b05a12e9c0de38f54a6440a2cfe3741780418aa
https://github.com/llvm/llvm-project/commit/4b05a12e9c0de38f54a6440a2cfe3741780418aa
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M libcxx/test/std/experimental/simd/simd.class/simd_unary.pass.cpp
Log Message:
-----------
[libc++] Fix simd_unary.pass.cpp with AppleClang
When using AppleClang the `clang` feature flag is not set, but the
compiler supports `-flax-vector-conversions=integer`. This adds another
`ADDITIONAL_COMPILE_FLAGS` for AppleClang to fix the CI.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list