Skip to content

Commit ec635c0

Browse files
committed
Add ignore-debug to two tests
These don't optimize with debug assertions. For one of them, this is due to the new alignment checks, for the other I'm not sure what specifically blocks it.
1 parent 73f40d4 commit ec635c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/codegen/issues/issue-101082.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// compile-flags: -O
22
// min-llvm-version: 16
3+
// ignore-debug: the debug assertions get in the way
34

45
#![crate_type = "lib"]
56

tests/codegen/issues/issue-101814.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// compile-flags: -O
22
// min-llvm-version: 16
3+
// ignore-debug: the debug assertions get in the way
34

45
#![crate_type = "lib"]
56

0 commit comments

Comments
 (0)