[all-commits] [llvm/llvm-project] cac6d4: [clang][test] Don't require specific alignment in ...
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Mar 10 06:46:05 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cac6d431d00b054a2f1ed4d7638c1857c269c1d5
https://github.com/llvm/llvm-project/commit/cac6d431d00b054a2f1ed4d7638c1857c269c1d5
Author: David Spickett <david.spickett at linaro.org>
Date: 2025-03-10 (Mon, 10 Mar 2025)
Changed paths:
M clang/test/CodeGenCXX/cxx23-p2280r4.cpp
Log Message:
-----------
[clang][test] Don't require specific alignment in test case (#130589)
https://github.com/llvm/llvm-project/pull/129952 /
42d49a77241df73a17cb442973702fc460e7fb90 added this test which is
failing on 32-bit ARM because the alignment chosen is 4 not 8. Which
would make sense if this is a 32/64 bit difference
https://lab.llvm.org/buildbot/#/builders/154/builds/13059
```
<stdin>:34:30: note: scanning from here
define dso_local void @_Z1fv(ptr dead_on_unwind noalias writable sret(%struct.B) align 4 %agg.result) #0 {
^
<stdin>:38:2: note: possible intended match here
%0 = load ptr, ptr @x, align 4
^
```
The other test does not check alignment, so I'm assuming that it is not
important here.
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