Debug Info: Type Units: Simplify type hashing using IR-provided unique names.
[oota-llvm.git] / test / DebugInfo / X86 / c-type-units.ll
index f931d5145647bda48fc217bb3ea9616356c166e8..386bc8c2397306a2c0408f11d010a0991df8887d 100644 (file)
@@ -5,8 +5,9 @@
 ; struct foo {
 ; } f;
 
-; CHECK: DW_TAG_type_unit
-; CHECK-NEXT: DW_AT_language [DW_FORM_data2]    (0x000c)
+; no known LLVM frontends produce appropriate unique identifiers for C types, 
+; so we don't produce type units for them
+; CHECK-NOT: DW_TAG_type_unit
 
 %struct.foo = type {}