[all-commits] [llvm/llvm-project] 202de4: Fix __builtin_vectorelements tests with REQUIRES (...
Lawrence Benson via All-commits
all-commits at lists.llvm.org
Thu Oct 19 03:14:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 202de4a5c6edb82d50d4bd7586c4b1db5f51073d
https://github.com/llvm/llvm-project/commit/202de4a5c6edb82d50d4bd7586c4b1db5f51073d
Author: Lawrence Benson <github at lawben.com>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M clang/test/CodeGen/builtin_vectorelements.c
M clang/test/SemaCXX/builtin_vectorelements.cpp
Log Message:
-----------
Fix __builtin_vectorelements tests with REQUIRES (#69582)
Small fix for failing tests after merge of #69010. The tests need
`REQUIRES` to ensure that the correct headers are available. I've also
added a generic x86 build which does not need headers, so there is at
least one run per test.
More information about the All-commits
mailing list