Skip to content

Commit 5c486f7

Browse files
committed
Ignore codegen test that regressed in LLVM 10
1 parent 4591d85 commit 5c486f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/codegen/issue-45222.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// compile-flags: -O
22
// ignore-debug: the debug assertions get in the way
3+
// Ignored due to a codegen regression in LLVM 10, see https://bugs.llvm.org/show_bug.cgi?id=44461.
4+
// ignore-llvm-version: 10.0
35

46
#![crate_type = "lib"]
57

0 commit comments

Comments
 (0)