[all-commits] [llvm/llvm-project] 347a02: [clang][NFC] Repair tests for __builtin_convertvec...
sethp via All-commits
all-commits at lists.llvm.org
Mon Apr 29 13:45:30 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 347a02b408567ba15fdc68646129c1f5de97ab7e
https://github.com/llvm/llvm-project/commit/347a02b408567ba15fdc68646129c1f5de97ab7e
Author: Seth Pellegrino <seth at codecopse.net>
Date: 2024-04-29 (Mon, 29 Apr 2024)
Changed paths:
M clang/test/Sema/constant_builtins_vector.cpp
Log Message:
-----------
[clang][NFC] Repair tests for __builtin_convertvector on big-endian
Previously, the macro expansion to be explicit for the test cases had
unintentionally forced the tests to always run in little-endian mode.
This change restores the tests' endianness switch, and ensures that
the tests always run on both a little- and big-endian platform.
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