Skip to content

Commit 6fcd5bb

Browse files
committed
WIP: correct flags
1 parent 69dc278 commit 6fcd5bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/codegen/repr-u128.rs

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
// compile-flags: --emit=llvm-ir -C debuginfo=2
1+
// ignore-windows
2+
//min-system-llvm-version 8.0
3+
4+
//compile-flags: -g -C no-prepopulate-passes
25
#![feature(repr128)]
36

47
#[repr(u128)]
@@ -8,6 +11,7 @@ pub enum Foo {
811
Bar = 18_446_745_000_000_000_123,
912
}
1013

14+
// CHECK: {{.*}}DIDerivedType{{.*}}tag: DW_TAG_member,{{.*}}name: "None",{{.*}}extraData:{{.*}}
1115
pub fn foo() -> Option<Foo> {
1216
None
1317
}

0 commit comments

Comments
 (0)