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:
commit
3e93f2b5d9
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
use std::intrinsics as rusti;
|
||||
|
||||
#[cfg(any(
|
||||
target_os = "aix",
|
||||
target_os = "android",
|
||||
target_os = "dragonfly",
|
||||
target_os = "freebsd",
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ struct Outer {
|
|||
}
|
||||
|
||||
#[cfg(any(
|
||||
target_os = "aix",
|
||||
target_os = "android",
|
||||
target_os = "dragonfly",
|
||||
target_os = "freebsd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue