llvm-6502/test/Linker/debug-info-version-a.ll
Duncan P. N. Exon Smith 32e192aeb3 Revert "DI: Fold constant arguments into a single MDString"
This reverts commit r218914 while I investigate some bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218918 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-02 22:15:31 +00:00

17 lines
709 B
LLVM

; RUN: llvm-link %s %p/debug-info-version-b.ll -S -o - | FileCheck %s
; Test linking of incompatible debug info versions. The debug info
; from the other file should be dropped.
; CHECK-NOT: metadata !{metadata !"b.c", metadata !""}
; CHECK: metadata !{metadata !"a.c", metadata !""}
; CHECK-NOT: metadata !{metadata !"b.c", metadata !""}
!llvm.module.flags = !{ !0 }
!llvm.dbg.cu = !{!1}
!0 = metadata !{i32 2, metadata !"Debug Info Version", i32 1}
!1 = metadata !{i32 589841, metadata !2, i32 12, metadata !"clang", i1 true, metadata !"", i32 0, metadata !3, metadata !3, metadata !3, null, null, metadata !""} ; [ DW_TAG_compile_unit ]
!2 = metadata !{metadata !"a.c", metadata !""}
!3 = metadata !{}