20 lines · plain
1; RUN: llvm-as %s -o %t.o2; RUN: %gold -plugin %llvmshlibdir/LLVMgold%shlibext \3; RUN: -plugin-opt=emit-llvm \4; RUN: -shared %t.o -o %t25; RUN: llvm-dis %t2 -o - | FileCheck %s6; CHECK-NOT: subprograms7 8target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"9 10!llvm.dbg.cu = !{!0}11!llvm.module.flags = !{!3, !4}12!llvm.ident = !{!5}13 14!0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, file: !1, producer: "clang version 3.8.0 (trunk 256170) (llvm/trunk 256171)", isOptimized: false, runtimeVersion: 0, emissionKind: FullDebug, enums: !2)15!1 = !DIFile(filename: "pr25915.cc", directory: ".")16!2 = !{}17!3 = !{i32 2, !"Dwarf Version", i32 4}18!4 = !{i32 2, !"Debug Info Version", i32 3}19!5 = !{!"clang version 3.8.0 (trunk 256170) (llvm/trunk 256171)"}20