[all-commits] [llvm/llvm-project] 835cdc: [Clang] Fix compare-record.c test on s390x (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Jun 16 03:44:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 835cdcb9191fb8036f782ae532594c4e1f456ffc
https://github.com/llvm/llvm-project/commit/835cdcb9191fb8036f782ae532594c4e1f456ffc
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-06-16 (Fri, 16 Jun 2023)
Changed paths:
M clang/test/Modules/compare-record.c
Log Message:
-----------
[Clang] Fix compare-record.c test on s390x (NFC)
s390x looks through pointers when determining the "externally
visible vector ABI". For that reason, the test shows different
behavior just on that platform.
Adjust the test in the reverse direction of what I originall did:
Make sure that the type behind the pointer is always queried, by
dereferencing the pointer.
More information about the All-commits
mailing list