1*9880d681SAndroid Build Coastguard Worker; The input uses the older (r236428) form without a dwoId field. This should 2*9880d681SAndroid Build Coastguard Worker; default to 0, which is not displayed at all in the textual representation. 3*9880d681SAndroid Build Coastguard Worker; 4*9880d681SAndroid Build Coastguard Worker; RUN: llvm-dis %s.bc -o - | FileCheck %s 5*9880d681SAndroid Build Coastguard Worker; CHECK: distinct !DICompileUnit 6*9880d681SAndroid Build Coastguard Worker; CHECK-NOT: dwoId: 7*9880d681SAndroid Build Coastguard Worker!named = !{!0} 8*9880d681SAndroid Build Coastguard Worker!0 = !DICompileUnit(language: 12, file: !1) 9*9880d681SAndroid Build Coastguard Worker!1 = !DIFile(filename: "path/to/file", directory: "/path/to/dir") 10