Home | History | Annotate | Download | only in Linker
      1 ; REQUIRES: object-emission
      2 ; REQUIRES: default_triple
      3 
      4 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
      5 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
      6 ; RUN: %llc_dwarf -filetype=obj -O0 < %t > %t2
      7 ; RUN: llvm-dwarfdump -debug-dump=info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll
      8