Skip to content

Commit

Permalink
WIP: correct flags
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Mar 31, 2019
1 parent 69dc278 commit 6fcd5bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/test/codegen/repr-u128.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// compile-flags: --emit=llvm-ir -C debuginfo=2
// ignore-windows
//min-system-llvm-version 8.0

//compile-flags: -g -C no-prepopulate-passes
#![feature(repr128)]

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

// CHECK: {{.*}}DIDerivedType{{.*}}tag: DW_TAG_member,{{.*}}name: "None",{{.*}}extraData:{{.*}}
pub fn foo() -> Option<Foo> {
None
}
Expand Down

0 comments on commit 6fcd5bb

Please sign in to comment.