[all-commits] [llvm/llvm-project] 3d7802: [Clang] Actually fix tests for __builtin_vectorele...
Lawrence Benson via All-commits
all-commits at lists.llvm.org
Thu Oct 19 04:40:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d7802d2107f4f6518f366effc0e237bffe67bf1
https://github.com/llvm/llvm-project/commit/3d7802d2107f4f6518f366effc0e237bffe67bf1
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:
-----------
[Clang] Actually fix tests for __builtin_vectorelements (#69589)
In #69582, I accidentally disabled all tests for the changed introduced
in #69010. This change should use the correct `REQUIRES` syntax to
en-/disable target-specific tests.
More information about the All-commits
mailing list