summaryrefslogtreecommitdiff
path: root/test/Linker/type-unique-simple2.ll
blob: 8a56e2e80c67465e6be608ec9c75834d606bcfc8 (plain)
1
2
3
4
5
6
; REQUIRES: object-emission

; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
; RUN: %llc_dwarf -filetype=obj -O0 < %t > %t2
; RUN: llvm-dwarfdump -debug-dump=info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll