Rollup merge of #134398 - mustartt:aix-alignment-test-fix, r=compiler-errors

AIX: add alignment info for test

Supply alignment and size info for test cases for AIX.
This commit is contained in:
Jacob Pratt 2024-12-17 05:37:15 -05:00 committed by GitHub
commit 3e93f2b5d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@
use std::intrinsics as rusti;
#[cfg(any(
target_os = "aix",
target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",

View file

@ -24,6 +24,7 @@ struct Outer {
}
#[cfg(any(
target_os = "aix",
target_os = "android",
target_os = "dragonfly",
target_os = "freebsd",