We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69dc278 commit 6fcd5bbCopy full SHA for 6fcd5bb
src/test/codegen/repr-u128.rs
@@ -1,4 +1,7 @@
1
-// compile-flags: --emit=llvm-ir -C debuginfo=2
+// ignore-windows
2
+//min-system-llvm-version 8.0
3
+
4
+//compile-flags: -g -C no-prepopulate-passes
5
#![feature(repr128)]
6
7
#[repr(u128)]
@@ -8,6 +11,7 @@ pub enum Foo {
8
11
Bar = 18_446_745_000_000_000_123,
9
12
}
10
13
14
+// CHECK: {{.*}}DIDerivedType{{.*}}tag: DW_TAG_member,{{.*}}name: "None",{{.*}}extraData:{{.*}}
15
pub fn foo() -> Option<Foo> {
16
None
17
0 commit comments