diff options
| author | Jules Bertholet <julesbertholet@quoi.xyz> | 2025-07-06 18:10:52 -0400 |
|---|---|---|
| committer | Jules Bertholet <julesbertholet@quoi.xyz> | 2025-07-06 18:10:52 -0400 |
| commit | 8f86c4abec54ecc06b469fff2cccf0a4182db41d (patch) | |
| tree | 68ee7a7c831febe20703ae5569e336b388e28c17 /tests/codegen/min-function-alignment.rs | |
| parent | 196e3ed94357c29d2b29386023e19cc6cc83a175 (diff) | |
| download | rust-8f86c4abec54ecc06b469fff2cccf0a4182db41d.tar.gz rust-8f86c4abec54ecc06b469fff2cccf0a4182db41d.zip | |
Skip `align` tests on wasm
Diffstat (limited to 'tests/codegen/min-function-alignment.rs')
| -rw-r--r-- | tests/codegen/min-function-alignment.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/codegen/min-function-alignment.rs b/tests/codegen/min-function-alignment.rs index 78989ec5df2..6a3843b0f4f 100644 --- a/tests/codegen/min-function-alignment.rs +++ b/tests/codegen/min-function-alignment.rs @@ -2,6 +2,7 @@ //@ compile-flags: -C no-prepopulate-passes -Z mir-opt-level=0 -Clink-dead-code //@ [align16] compile-flags: -Zmin-function-alignment=16 //@ [align1024] compile-flags: -Zmin-function-alignment=1024 +//@ ignore-wasm32 aligning functions is not currently supported on wasm (#143368) #![crate_type = "lib"] #![feature(fn_align)] |
